UNPKG

sandstone-proxy

Version:

An experimental web proxy utilizing sandboxed iframes and no service worker.

11 lines (9 loc) 262 B
export * as controller from "./controller.mjs"; export * as network from "./network.mjs"; import * as rpc from "../rpc.mjs"; rpc.set_role("host"); export { libcurl } from "libcurl.js/bundled"; export const version = { ver: __VERSION__, hash: __GIT_HASH__ }