add NavigationKind to navigate

This commit is contained in:
Muki Kiboigo
2025-12-08 05:16:48 -08:00
parent 01d71323fc
commit ac85341cab
11 changed files with 42 additions and 26 deletions

View File

@@ -183,7 +183,7 @@ fn navigate(cmd: anytype) !void {
try page.navigate(params.url, .{
.reason = .address_bar,
.cdp_id = cmd.input.id,
});
}, .{ .push = null });
}
pub fn pageNavigate(arena: Allocator, bc: anytype, event: *const Notification.PageNavigate) !void {