Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AbortSignal

Hierarchy

  • AbortSignal

Implemented by

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.