SendRequestOptions interface
Describes the options that can be specified while sending a request.
Properties
abort |
Cancels the operation. |
request |
Name of the request being performed. |
timeout |
Max time to wait for the operation to complete.
Default: |
Property Details
abortSignal
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