AbortOptions interface

Options related to abort controller.

Properties

abortErrorMsg

The abort error message associated with containing operation.

abortSignal

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

Property Value