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 d6c6c57 commit 0abde2eCopy full SHA for 0abde2e
test/browser/webgl_multi_draw_test.c
@@ -60,7 +60,7 @@ int main()
60
61
if (!extAvailable) {
62
EM_ASM({
63
- fetch("http://localhost:8888/report_result?skipped:%20WEBGL_multi_draw%20is%20not%20supported!").then(() => windows.close());
+ fetch("http://localhost:8888/report_result?skipped:%20WEBGL_multi_draw%20is%20not%20supported!").then(() => window.close());
64
});
65
return 0;
66
}
0 commit comments