refactor window and document proxies

This commit is contained in:
velzie 2024-08-25 15:48:12 -04:00
parent f3f1a2ed41
commit 6f51642afb
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
9 changed files with 99 additions and 99 deletions

View file

@ -20,7 +20,7 @@ export default function (client: ScramjetClient) {
// hook the opened window
newclient.hook();
return ctx.return(newclient.windowProxy);
return ctx.return(newclient.globalProxy);
}
},
});