mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
support url on createTarget and send lifecycle events
Support url parameter on createTarget. we now navigate on createTarget to dispatch events correctly, even in case of about:blank
This commit is contained in:
@@ -109,13 +109,13 @@ pub const PageRemove = struct {};
|
||||
|
||||
pub const PageNavigate = struct {
|
||||
timestamp: u64,
|
||||
url: []const u8,
|
||||
url: [:0]const u8,
|
||||
opts: Page.NavigateOpts,
|
||||
};
|
||||
|
||||
pub const PageNavigated = struct {
|
||||
timestamp: u64,
|
||||
url: []const u8,
|
||||
url: [:0]const u8,
|
||||
};
|
||||
|
||||
pub const PageNetworkIdle = struct {
|
||||
|
||||
Reference in New Issue
Block a user