mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 09:35:59 -04:00
cdp: call context created w/ correct is_default_context value
Co-authored-by: Navid EMAD <navid.emad@yespark.fr>
This commit is contained in:
@@ -671,7 +671,7 @@ pub fn frameNavigated(arena: Allocator, bc: *CDP.BrowserContext, event: *const N
|
||||
"",
|
||||
frame.origin orelse "",
|
||||
aux_data,
|
||||
true,
|
||||
is_root_frame,
|
||||
);
|
||||
}
|
||||
// Isolated worlds are session-wide (single V8 context shared across
|
||||
|
||||
Reference in New Issue
Block a user