mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
browser: add TODO for fragment URL
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user