one
Version:
One is a new React Framework that makes Vite serve both native and web.
13 lines (12 loc) • 508 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.mjs";
globalThis.global = globalThis;
globalThis.structuredClone ||= structuredClone;
globalThis.requestAnimationFrame ||= setTimeout;
Promise.withResolvers || (
// @ts-ignore
Promise.withResolvers = promiseWithResolvers);
//# sourceMappingURL=polyfills-mobile.mjs.map