mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +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 {
|
pub fn navigate(self: *Page, uri: []const u8) !void {
|
||||||
log.debug("starting GET {s}", .{uri});
|
log.debug("starting GET {s}", .{uri});
|
||||||
|
|
||||||
|
// TODO handle fragment in url.
|
||||||
|
|
||||||
// load the data
|
// load the data
|
||||||
var result = try self.loader.fetch(self.allocator, uri);
|
var result = try self.loader.fetch(self.allocator, uri);
|
||||||
defer result.deinit();
|
defer result.deinit();
|
||||||
|
|||||||
Reference in New Issue
Block a user