Merge pull request #1091 from lightpanda-io/concurrent_blocking_imports
Some checks failed
e2e-test / zig build release (push) Has been cancelled
e2e-test / demo-scripts (push) Has been cancelled
e2e-test / cdp-and-hyperfine-bench (push) Has been cancelled
e2e-test / perf-fmt (push) Has been cancelled
zig-test / zig build dev (push) Has been cancelled
zig-test / browser fetch (push) Has been cancelled
zig-test / zig test (push) Has been cancelled
zig-test / perf-fmt (push) Has been cancelled

Concurrent blocking imports
This commit is contained in:
Karl Seguin
2025-09-30 12:30:42 +08:00
committed by GitHub
6 changed files with 159 additions and 134 deletions

View File

@@ -693,7 +693,7 @@ const IsolatedWorld = struct {
_ = try self.executor.createJsContext(
&page.window,
page,
{},
null,
false,
Env.GlobalMissingCallback.init(&self.polyfill_loader),
);