SendRequestOptions interface

Describes the options that can be specified while sending a request.

Properties

abortSignal

Cancels the operation.

requestName

Name of the request being performed.

timeoutInMs

Max time to wait for the operation to complete. Default: 60000 milliseconds.

Property Details

abortSignal

Cancels the operation.

abortSignal?: AbortSignalLike

Property Value

requestName

Name of the request being performed.

requestName?: string

Property Value

string

timeoutInMs

Max time to wait for the operation to complete. Default: 60000 milliseconds.

timeoutInMs?: number

Property Value

number