HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

aborted

Description

The aborted of AbortSignal for JS returns true if signal’s AbortController has signaled to abort; otherwise false.

Syntax

signal.aborted

Examples

1 · AbortController

2 · AbortSignal

3 · if