From 7ad03fb5484edc9c5e589d845f6749265049ffe1 Mon Sep 17 00:00:00 2001 From: Francis Bouvier Date: Wed, 9 Oct 2024 15:18:55 +0200 Subject: [PATCH] cdp: fix a comment on page.navigate Signed-off-by: Francis Bouvier --- src/cdp/page.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cdp/page.zig b/src/cdp/page.zig index 7bf3eceb..4e21090c 100644 --- a/src/cdp/page.zig +++ b/src/cdp/page.zig @@ -284,7 +284,7 @@ fn navigate( ctx.state.executionContextId += 1; const auxData = try std.fmt.allocPrint( alloc, - // TODO: we assume this is the default web page, is it right? + // NOTE: we assume this is the default web page "{{\"isDefault\":true,\"type\":\"default\",\"frameId\":\"{s}\"}}", .{ctx.state.frameID}, );