Revert "fix fetch proxy behavior"

This reverts commit ab226abb42.
This commit is contained in:
velzie 2024-07-18 20:57:36 -04:00
parent a7f882a3c5
commit f5d4f00ae8
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
4 changed files with 12 additions and 18 deletions

View file

@ -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) {