You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
add support for a signal: AbortSignal property in the request options
When provided, the request can be aborted by calling the
AbortController#abort method, similar to the fetch API
nicknisi
added a commit
to nicknisi/core
that referenced
this issue
May 31, 2018
add support for a signal: AbortSignal property in the request options
When provided, the request can be aborted by calling the
AbortController#abort method, similar to the fetch API
Enhancement
Add support for a
signal: AbortSignal
property toRequestOptions
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.The text was updated successfully, but these errors were encountered: