aborted

abstract val aborted: Boolean

Aborted

Read-only property indicating whether the signal has been aborted; from MDN:

A Boolean that indicates whether the request(s) the signal is communicating with is/are aborted (true) or not (false).

AbortSignal.aborted on MDN