mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 00:08:59 +00:00
cdp: browserContextId is optional in Target.createTarget
https://chromedevtools.github.io/devtools-protocol/tot/Target/#method-createTarget
This commit is contained in:
@@ -278,7 +278,7 @@ fn createTarget(
|
|||||||
url: []const u8,
|
url: []const u8,
|
||||||
width: ?u64 = null,
|
width: ?u64 = null,
|
||||||
height: ?u64 = null,
|
height: ?u64 = null,
|
||||||
browserContextId: []const u8,
|
browserContextId: ?[]const u8 = null,
|
||||||
enableBeginFrameControl: bool = false,
|
enableBeginFrameControl: bool = false,
|
||||||
newWindow: bool = false,
|
newWindow: bool = false,
|
||||||
background: bool = false,
|
background: bool = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user