Skip to content

Commit 1854074

Browse files
Merge pull request #293 from lightpanda-io/cdp-contextid
cdp: use a u32 for context id
2 parents ec5de2f + 0d76f80 commit 1854074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdp/cdp.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pub fn do(
119119
}
120120

121121
pub const State = struct {
122-
executionContextId: u8 = 0,
122+
executionContextId: u32 = 0,
123123
contextID: ?[]const u8 = null,
124124
frameID: []const u8 = FrameID,
125125
url: []const u8 = URLBase,

0 commit comments

Comments
 (0)