Skip to content

Commit 6f9b9a5

Browse files
committed
remove executionContextCreated
1 parent e04b339 commit 6f9b9a5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/cdp/domains/runtime.zig

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@ fn sendInspector(cmd: anytype, action: anytype) !void {
5050
cmd.cdp.browser.runMicrotasks();
5151
}
5252

53-
pub const ExecutionContextCreated = struct {
54-
id: u64,
55-
origin: []const u8,
56-
name: []const u8,
57-
uniqueId: []const u8,
58-
auxData: ?AuxData = null,
59-
60-
pub const AuxData = struct {
61-
isDefault: bool = true,
62-
type: []const u8 = "default",
63-
frameId: []const u8,
64-
};
65-
};
66-
6753
fn logInspector(cmd: anytype, action: anytype) !void {
6854
const script = switch (action) {
6955
.evaluate => blk: {

0 commit comments

Comments
 (0)