JavaScripture
Contribute via GitHub Feedback

AbortController : Object

Allows canceling some asynchronous operations. For example, pass this.signal to the Request constructor to allow canceling fetch() operations.

Constructors

new AbortController : AbortController

Instance Properties

signal : AbortSignal  

Instance Methods

abort() : undefined