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 5a3d5f5 commit 9bd8b2fCopy full SHA for 9bd8b2f
src/main_wpt.zig
@@ -170,7 +170,7 @@ fn run(
170
var try_catch: Env.TryCatch = undefined;
171
try_catch.init(runner.page.main_context);
172
defer try_catch.deinit();
173
- try runner.page.loop.run(std.time.ns_per_ms * 200);
+ runner.page.wait(std.time.ns_per_ms * 200);
174
175
if (try_catch.hasCaught()) {
176
err_out.* = (try try_catch.err(arena)) orelse "unknwon error";
0 commit comments