A utility class used to signal cancelation in selected Promise-based APIs.
The API is based on the Web API AbortController.
See also:
Constructor
Variables
Methods
abort(?reason:Any):Void
Triggers the abort signal, causing signal to emit the 'abort' event.
Parameters:
reason | An optional reason, retrievable on the |
|---|