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 17c6418 commit 7ad03fbCopy full SHA for 7ad03fb
src/cdp/page.zig
@@ -284,7 +284,7 @@ fn navigate(
284
ctx.state.executionContextId += 1;
285
const auxData = try std.fmt.allocPrint(
286
alloc,
287
- // TODO: we assume this is the default web page, is it right?
+ // NOTE: we assume this is the default web page
288
"{{\"isDefault\":true,\"type\":\"default\",\"frameId\":\"{s}\"}}",
289
.{ctx.state.frameID},
290
);
0 commit comments