Skip to content

Commit

Permalink
cdp: browserContextId is opitonal in Target.createTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Oct 25, 2024
1 parent 9260f2a commit 458be8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdp/target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ fn createTarget(
url: []const u8,
width: ?u64 = null,
height: ?u64 = null,
browserContextId: []const u8,
browserContextId: ?[]const u8 = null,
enableBeginFrameControl: bool = false,
newWindow: bool = false,
background: bool = false,
Expand Down

0 comments on commit 458be8e

Please sign in to comment.