AbortController
A controller object that allows you to abort one or more DOM requests as and when desired.
var AbortController: {
prototype: AbortController;
new (): AbortController;
};A controller object that allows you to abort one or more DOM requests as and when desired.