Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AbortSignal

public

Holders of an AbortSignal object may query if the associated operation has been aborted and register an onabort handler.

see

https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal

Hierarchy

  • AbortSignal

Index

Properties

Properties

Readonly aborted

aborted: boolean

Whether the action represented by this signal has been cancelled.

onabort

onabort: AbortHandler | null

A function to be invoked when the action represented by this signal has been cancelled.