Skip to content

Commit

Permalink
Merge pull request #293 from lightpanda-io/cdp-contextid
Browse files Browse the repository at this point in the history
cdp: use a u32 for context id
  • Loading branch information
francisbouvier authored Nov 7, 2024
2 parents ec5de2f + 0d76f80 commit 1854074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdp/cdp.zig
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub fn do(
}

pub const State = struct {
executionContextId: u8 = 0,
executionContextId: u32 = 0,
contextID: ?[]const u8 = null,
frameID: []const u8 = FrameID,
url: []const u8 = URLBase,
Expand Down

0 comments on commit 1854074

Please sign in to comment.