This commit is contained in:
Avad3 2024-07-14 05:16:54 -04:00
parent 555ae496a5
commit b448c5505b
20 changed files with 104 additions and 71 deletions

View file

@ -1,6 +1,6 @@
// ts throws an error if you dont do window.fetch
import { encodeUrl, rewriteHeaders } from "../../shared";
import { encodeUrl, rewriteHeaders } from "../index";
window.fetch = new Proxy(window.fetch, {
apply(target, thisArg, argArray) {