mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
9 lines
247 B
TypeScript
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"]);
|