PHP 7.4.33
Preview: polyfill.js Size: 558 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/abort-controller/polyfill.js
/*globals require, self, window */
"use strict"

const ac = require("./dist/abort-controller")

/*eslint-disable @mysticatea/prettier */
const g =
    typeof self !== "undefined" ? self :
    typeof window !== "undefined" ? window :
    typeof global !== "undefined" ? global :
    /* otherwise */ undefined
/*eslint-enable @mysticatea/prettier */

if (g) {
    if (typeof g.AbortController === "undefined") {
        g.AbortController = ac.AbortController
    }
    if (typeof g.AbortSignal === "undefined") {
        g.AbortSignal = ac.AbortSignal
    }
}

Directory Contents

Dirs: 1 × Files: 7
Name Size Perms Modified Actions
dist DIR
- drwxr-xr-x 2025-03-28 11:04:34
Edit Download
394 B lrw-r--r-- 2025-03-28 11:04:34
Edit Download
337 B lrw-r--r-- 2025-03-28 11:04:34
Edit Download
1.05 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
2.85 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
558 B lrw-r--r-- 2025-03-28 11:04:34
Edit Download
535 B lrw-r--r-- 2025-03-28 11:04:34
Edit Download
3.15 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).