UNPKG

magicbell

Version:
11 lines 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // for react-native, jest, and node < 18 if (!AbortSignal.prototype.throwIfAborted) { AbortSignal.prototype.throwIfAborted = function () { if (this.aborted) { throw new Error('Aborted'); } }; } //# sourceMappingURL=signal-polyfill.js.map