We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ba505 commit b2a975fCopy full SHA for b2a975f
src/cdp/domains/runtime.zig
@@ -50,20 +50,6 @@ fn sendInspector(cmd: anytype, action: anytype) !void {
50
cmd.cdp.browser.runMicrotasks();
51
}
52
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
67
fn logInspector(cmd: anytype, action: anytype) !void {
68
const script = switch (action) {
69
.evaluate => blk: {
0 commit comments