Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendRequestOptions

Package version

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

Hierarchy

  • SendRequestOptions

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike
property

{AbortSignalLike} [abortSignal] Cancels the operation.

Optional requestName

requestName: undefined | string
property

{string} [requestName] Name of the request being performed.

Optional timeoutInMs

timeoutInMs: undefined | number
property

{number} [timeoutInMs] Max time to wait for the operation to complete. Default: 60000 milliseconds.

Generated using TypeDoc