mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
share sessionstate and underlying DOM global with the isolated
This commit is contained in:
@@ -437,7 +437,7 @@ pub const JsRunner = struct {
|
||||
self.executor = try self.env.newExecutor();
|
||||
errdefer self.executor.deinit();
|
||||
|
||||
self.scope = try self.executor.startScope(&self.window, &self.state, {});
|
||||
self.scope = try self.executor.startScope(&self.window, &self.state, {}, true);
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user