one
Version:
One is a new React Framework that makes Vite serve both native and web.
14 lines (13 loc) • 749 B
JavaScript
import structuredClone from "@ungap/structured-clone";
import "@azure/core-asynciterator-polyfill";
import "core-js/actual/url";
import "core-js/actual/url-search-params";
import { promiseWithResolvers } from "./utils/promiseWithResolvers.native.js";
var _globalThis, _structuredClone, _globalThis1, _requestAnimationFrame;
globalThis.global = globalThis;
(_globalThis = globalThis)[_structuredClone = "structuredClone"] || (_globalThis[_structuredClone] = structuredClone);
(_globalThis1 = globalThis)[_requestAnimationFrame = "requestAnimationFrame"] || (_globalThis1[_requestAnimationFrame] = setTimeout);
Promise.withResolvers || (
// @ts-ignore
Promise.withResolvers = promiseWithResolvers);
//# sourceMappingURL=polyfills-mobile.native.js.map