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 9981953 commit 504ee74Copy full SHA for 504ee74
src/cdp/runtime.zig
@@ -131,26 +131,6 @@ fn sendInspector(
131
}
132
133
134
- if (method == .enable) {
135
- try executionContextCreated(
136
- alloc,
137
- ctx,
138
- 1,
139
- "://",
140
- "",
141
- // TODO: hard coded ID
142
- "7102379147004877974.3265385113993241162",
143
- .{
144
- .isDefault = true,
145
- .type = "default",
146
147
- .frameId = cdp.FrameID,
148
- },
149
150
- msg.sessionId orelse target.BrowserContextID,
151
- );
152
- }
153
-
154
ctx.sendInspector(msg.json);
155
156
return "";
0 commit comments