Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Methods

Properties

aborted: boolean
remarks
  • Indicates whether the request has already been aborted.
signal: AbortSignal
remarks
  • AbortSignal associated with the request.

Methods

  • abort(reason?: string): void
  • remarks
    • Aborts the ongoing request execution. Can optionally pass a reason indicating why the request was aborted).

    Parameters

    • Optional reason: string

    Returns void

Generated using TypeDoc