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,3 +1,5 @@
|
|||
import BareClient from "@mercuryworkshop/bare-mux";
|
||||
|
||||
import "./scope.ts";
|
||||
import "./window.ts";
|
||||
import "./event.ts";
|
||||
|
@ -20,5 +22,10 @@ declare global {
|
|||
interface Window {
|
||||
$s: any;
|
||||
$sImport: any;
|
||||
$client: BareClient;
|
||||
}
|
||||
}
|
||||
|
||||
const client = new BareClient();
|
||||
|
||||
export { client };
|
Loading…
Add table
Add a link
Reference in a new issue