Package version
The set of options to configure request cancellation.
abortSignal
An implementation of the AbortSignalLike interface to signal the request to cancel the operation. For example, use the @azure/abort-controller to create an AbortSignal.
AbortSignalLike
AbortSignal
Generated using TypeDoc
The set of options to configure request cancellation.
abortSignal
: A signal used to cancel an asynchronous operation.