throwIfAborted
Description
The throwIfAborted of AbortSignal for JS throws signal’s abort reason, if signal’s AbortController has signaled to abort; otherwise, does nothing.
Syntax
signal.throwIfAborted()
The throwIfAborted of AbortSignal for JS throws signal’s abort reason, if signal’s AbortController has signaled to abort; otherwise, does nothing.
signal.throwIfAborted()