Represents an AbortSignal
-like object with basic abort state and subscribable abort event.
Gets an AbortSignal
from ICancellationToken.
the source cancellation token.
a DOM AbortSignal
instance,
or an AbortSignal
-like adapter provided by TPL if there is no native AbortSignal
and AbortController
available in the global environment.
Gets an ICancellationToken from the specified AbortSignal
.
an abort signal that will cancel the returned ICancellationToken upon abort
event.
Generated using TypeDoc
This module contains interoperability with DOM
AbortSignal
andAbortSignal
-like objects.