fix fetch proxy behavior

This commit is contained in:
Avad3 2024-07-18 19:27:47 -04:00
parent bcbb660cc6
commit ab226abb42
4 changed files with 18 additions and 12 deletions

View file

@ -1,6 +1,5 @@
import { decodeUrl } from "../../shared/rewriters/url";
import { BareClient } from "../shared";
const client = new BareClient();
import { client } from "../index";
WebSocket = new Proxy(WebSocket, {
construct(target, args) {