This commit is contained in:
Kismet Hasanaj
2026-05-02 20:07:02 +02:00
parent ce8672e283
commit 34dc9aec52
9428 changed files with 1733330 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
declare const fetchModule: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>) & typeof fetch;
+6
View File
@@ -0,0 +1,6 @@
/* globals self */ "use strict";
const fetchModule = self.fetch.bind(self);
module.exports = fetchModule;
module.exports.default = module.exports;
//# sourceMappingURL=index.js.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/polyfills/fetch/index.ts"],"sourcesContent":["/* globals self */\nconst fetchModule = self.fetch.bind(self)\nmodule.exports = fetchModule\nmodule.exports.default = module.exports\n"],"names":["fetchModule","self","fetch","bind","module","exports","default"],"mappings":"AAAA,gBAAgB;AAChB,MAAMA,cAAcC,KAAKC,KAAK,CAACC,IAAI,CAACF;AACpCG,OAAOC,OAAO,GAAGL;AACjBI,OAAOC,OAAO,CAACC,OAAO,GAAGF,OAAOC,OAAO","ignoreList":[0]}
View File
+7
View File
@@ -0,0 +1,7 @@
/* globals self */ "use strict";
exports.Headers = self.Headers;
exports.Request = self.Request;
exports.Response = self.Response;
exports.fetch = self.fetch;
//# sourceMappingURL=whatwg-fetch.js.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/polyfills/fetch/whatwg-fetch.ts"],"sourcesContent":["/* globals self */\nexports.Headers = self.Headers\nexports.Request = self.Request\nexports.Response = self.Response\nexports.fetch = self.fetch\n"],"names":["exports","Headers","self","Request","Response","fetch"],"mappings":"AAAA,gBAAgB;AAChBA,QAAQC,OAAO,GAAGC,KAAKD,OAAO;AAC9BD,QAAQG,OAAO,GAAGD,KAAKC,OAAO;AAC9BH,QAAQI,QAAQ,GAAGF,KAAKE,QAAQ;AAChCJ,QAAQK,KAAK,GAAGH,KAAKG,KAAK","ignoreList":[0]}