Status of whether aborted or not.
onabort event listener.
Creates a new AbortSignal instance that will never be aborted.
Added new "abort" event listener, only support "abort" event.
Only support "abort" event
Dispatches a synthetic event to the AbortSignal.
Remove "abort" event listener, only support "abort" event.
Only support "abort" event
Generated using TypeDoc
An aborter instance implements AbortSignal interface, can abort HTTP requests.
AbortSignal.none
when you are required to pass a cancellation token but the operation cannot or will not ever be cancelled.// Abort without timeout await doAsyncWork(AbortSignal.none);
AbortSignal
{AbortSignalLike}