/
moreqqq
/
DeliveryService
Обзор
Документация
Войти
/
moreqqq
/
DeliveryService
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
server/node_modules/node-abort-controller/browser.js
22 строки
479 B
moreqqq
написал приложение
29 май 2026, 22:02
29 май 2026, 22:02
ad51790
Код
Авторство
О чём код?
'use strict' const _global = typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : /* otherwise */ undefined if (!_global) { throw new Error( `Unable to find global scope. Are you sure this is running in the browser?` ) } if (!_global.AbortController) { throw new Error( `Could not find "AbortController" in the global scope. You need to polyfill it first` ) } module.exports.AbortController = _global.AbortController