We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1d04f commit 226f917Copy full SHA for 226f917
src/client/dom/open.ts
@@ -16,7 +16,7 @@ export default function (client: ScramjetClient) {
16
if (!realwin) return ctx.return(realwin);
17
18
if (SCRAMJETCLIENT in realwin) {
19
- return ctx.return(realwin[SCRAMJETCLIENT].globalProxy);
+ return ctx.return(realwin[SCRAMJETCLIENT].global);
20
} else {
21
const newclient = new ScramjetClient(realwin);
22
// hook the opened window
0 commit comments