Skip to content

Commit cd8b967

Browse files
committed
Renable microtask_node that was fixed in main
1 parent de7de51 commit cd8b967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/browser.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ pub const Page = struct {
268268
// load polyfills
269269
try polyfill.load(self.arena, self.scope);
270270

271-
// _ = try session.browser.app.loop.timeout(1 * std.time.ns_per_ms, &self.microtask_node);
271+
_ = try session.browser.app.loop.timeout(1 * std.time.ns_per_ms, &self.microtask_node);
272272
}
273273

274274
fn microtaskCallback(node: *Loop.CallbackNode, repeat_delay: *?u63) void {

0 commit comments

Comments
 (0)