mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
fix fetch proxy behavior
This commit is contained in:
parent
bcbb660cc6
commit
ab226abb42
4 changed files with 18 additions and 12 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue