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 90fb90b commit ea39cc5Copy full SHA for ea39cc5
src/main_shell.zig
@@ -54,7 +54,7 @@ fn execJS(
54
defer storageShelf.deinit();
55
56
// alias global as self and window
57
- var window = Window.create(null);
+ var window = Window.create(null, null);
58
window.replaceDocument(doc);
59
window.setStorageShelf(&storageShelf);
60
try js_env.bindGlobal(window);
0 commit comments