Dom-abort
DOM Abort API Provides a controller that can signal abortion to one or more associated AbortSignals.
Module:whatwg.dom-abort
Support: Experimental
Since: 1.1.0
Docs: WHATWG Docs
Interface AbortController
Provides a controller that can signal abortion to one or more associated AbortSignals.
Since: 1.1.0 Docs: WHATWG Docs3 members: 3 undocumented
Constructors
Methods
Properties
The AbortSignal associated with this controller.
---
Interface AbortSignal
Extends: EventTarget
7 members: 7 undocumented
Static Methods
Methods
Properties
→ boolean
Aborts all operations watching this controller's signal.
Event handler fired when the signal is aborted.
---
Details
throwIfAborted()
throwIfAborted()
throwIfAborted()
Throws:---- Throwsreasonif this signal is already aborted.
---