mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
share sessionstate and underlying DOM global with the isolated
This commit is contained in:
@@ -49,6 +49,7 @@ pub fn Runner(comptime State: type, comptime Global: type, comptime types: anyty
|
||||
if (Global == void) &default_global else global,
|
||||
state,
|
||||
{},
|
||||
true,
|
||||
);
|
||||
return self;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user