dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

Support the abortable fetch API #390

Closed dasa closed 6 years ago

dasa commented 6 years ago

Enhancement

Add support for a signal: AbortSignal property to RequestOptions

Package Version: 2.x

Code

This would allow core/request to support the Abortable fetch pattern.

There'd need to be a shim for AbortController too.

nicknisi commented 6 years ago

@dasa This fix has been merged into @dojo/framework via dojo/framework#30 and will be included in Dojo 3. Thanks!