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

abort

Description

The abort of AbortSignal for JS returns an AbortSignal instance whose abort reason is set to reason if not undefined; otherwise to an "AbortError" DOMException.

Syntax

AbortSignal.abort(reason)

Parameters

reason

The reason for the abort.

Examples

1 · void

2 · reason