AbortOptions interface
Options related to abort controller.
Properties
abort |
The abort error message associated with containing operation. |
abort |
The abortSignal associated with containing operation. |
Property Details
abortErrorMsg
The abort error message associated with containing operation.
abortErrorMsg?: string
Property Value
string
abortSignal
The abortSignal associated with containing operation.
abortSignal?: AbortSignalLike