Skip to content

Commit e53b9d9

Browse files
browser: add comment for auxData param in page.navigate
Signed-off-by: Francis Bouvier <[email protected]>
1 parent 28593d9 commit e53b9d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/browser/browser.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ pub const Page = struct {
244244
}
245245

246246
// spec reference: https://html.spec.whatwg.org/#document-lifecycle
247+
// - auxData: extra data forwarded to the Inspector
248+
// see Inspector.contextCreated
247249
pub fn navigate(self: *Page, uri: []const u8, auxData: ?[]const u8) !void {
248250
const alloc = self.arena.allocator();
249251

0 commit comments

Comments
 (0)