Fix call to Runtime.executionContextCreated in Page.navigate

Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
Francis Bouvier
2024-06-12 17:56:07 +02:00
parent 9120b9c1de
commit 7abb7277c9
2 changed files with 16 additions and 24 deletions

View File

@@ -94,6 +94,7 @@ pub fn do(
}
pub const State = struct {
executionContextId: u8 = 0,
contextID: ?[]const u8 = null,
frameID: []const u8 = FrameID,
url: []const u8 = URLBase,