Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implemented by

Index

Properties

aborted: boolean
remarks
  • Indicates whether the request has already been aborted.
createdAt: number
remarks
  • Timestamp indicating when the request was created.
delayTimer?: Timeout
remarks
  • Reference to the active delay timer. Used to debounce requests by clearing and rescheduling execution.
id: string
remarks
  • Unique identifier for tracking the request instance.
isDelayed?: boolean
remarks
  • Indicates whether the request was executed after a delay.
requestType: RequestControlMode
remarks
  • Defines how the request should be controlled. Determines whether the request should be delayed, aborted, or both when multiple requests are triggered.
signal: AbortSignal
remarks
  • AbortSignal associated with the request.

Methods

  • abort(reason?: string): void

Generated using TypeDoc