sandstone-proxy
Version:
An experimental web proxy utilizing sandboxed iframes and no service worker.
8 lines (7 loc) • 321 B
JavaScript
export { FakeLocation } from "./location.mjs";
export { FakeURL } from "./url.mjs";
export { FakeHistory } from "./history.mjs";
export { FakeStorage } from "./storage.mjs";
export { fakeImportScripts, FakeWorker } from "./worker.mjs";
export { fetch } from "./fetch.mjs";
export { FakeXMLHttpRequest } from "./xhr.mjs";