mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
Let Page.navigate do actually navigation
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
@@ -76,9 +76,12 @@ pub const Cmd = struct {
|
||||
}
|
||||
@panic(@errorName(err));
|
||||
};
|
||||
std.log.debug("res {s}", .{res});
|
||||
|
||||
sendAsync(self, res) catch unreachable;
|
||||
// send result
|
||||
if (!std.mem.eql(u8, res, "")) {
|
||||
std.log.debug("res {s}", .{res});
|
||||
sendAsync(self, res) catch unreachable;
|
||||
}
|
||||
|
||||
if (pos == null) break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user