mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
parent
a7f882a3c5
commit
f5d4f00ae8
4 changed files with 12 additions and 18 deletions
|
@ -1,5 +1,6 @@
|
|||
import { decodeUrl } from "../../shared/rewriters/url";
|
||||
import { client } from "../index";
|
||||
import { BareClient } from "../shared";
|
||||
const client = new BareClient();
|
||||
|
||||
WebSocket = new Proxy(WebSocket, {
|
||||
construct(target, args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue