Definition
DOM Standard defines AbortController
[Exposed=*]
interface AbortController {
constructor();
[SameObject] readonly attribute AbortSignal signal;
undefined abort(optional any reason);
};
Methods and attributes that return objects implementing AbortController
Referring IDL interfaces/dictionaries
Referring specifications
- Prioritized Task Scheduling refers to
AbortController