browser: add TODO for fragment URL

This commit is contained in:
Pierre Tachoire
2023-12-21 11:36:09 +01:00
parent bd9c63f22f
commit cc5280460e

View File

@@ -116,6 +116,8 @@ pub const Page = struct {
pub fn navigate(self: *Page, uri: []const u8) !void {
log.debug("starting GET {s}", .{uri});
// TODO handle fragment in url.
// load the data
var result = try self.loader.fetch(self.allocator, uri);
defer result.deinit();