mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 23:50:02 -04:00
initial work on websocket wrapper
This commit is contained in:
parent
a8169c4cde
commit
05795969a7
3 changed files with 212 additions and 11 deletions
|
@ -13,6 +13,7 @@ import {
|
|||
decodeUrl,
|
||||
encodeUrl,
|
||||
} from "../shared";
|
||||
import type BareClientType from "@mercuryworkshop/bare-mux";
|
||||
import { createWrapFn } from "./shared/wrap";
|
||||
import { NavigateEvent } from "./events";
|
||||
import type { URLMeta } from "../shared/rewriters/url";
|
||||
|
@ -60,7 +61,7 @@ export class ScramjetClient {
|
|||
globalProxy: any;
|
||||
locationProxy: any;
|
||||
serviceWorker: ServiceWorkerContainer;
|
||||
bare: any;
|
||||
bare: BareClientType;
|
||||
|
||||
descriptors: Record<string, PropertyDescriptor> = {};
|
||||
natives: Record<string, any> = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue