mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
refactor window and document proxies
This commit is contained in:
parent
f3f1a2ed41
commit
6f51642afb
9 changed files with 99 additions and 99 deletions
|
@ -157,7 +157,7 @@ export default function (client: ScramjetClient, self: typeof window) {
|
|||
const newclient = new ScramjetClient(realwin.self);
|
||||
newclient.hook();
|
||||
|
||||
return newclient.windowProxy;
|
||||
return newclient.globalProxy;
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue