swagger-client
Version:
SwaggerJS - a collection of interfaces for OAI specs
9 lines (8 loc) • 368 B
JavaScript
;
var _abortcontrollerPonyfillBrowser = require("./abortcontroller-ponyfill.browser.js");
if (typeof globalThis.AbortController === 'undefined') {
globalThis.AbortController = _abortcontrollerPonyfillBrowser.AbortController;
}
if (typeof globalThis.AbortSignal === 'undefined') {
globalThis.AbortSignal = _abortcontrollerPonyfillBrowser.AbortSignal;
}