Files
NativeScript/tns-core-modules/globals/polyfills/fetch/fetch.ts

9 lines
247 B
TypeScript

import "../../core";
import "../../polyfills/xhr";
import { installPolyfills } from "../polyfill-helpers";
global.registerModule("fetch", () => require("../../../fetch"));
installPolyfills("fetch", ["fetch", "Headers", "Request", "Response"]);