mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
rename ts => timestamp, ctx => notify_ctx
This commit is contained in:
@@ -5,7 +5,7 @@ pub const Notification = union(enum) {
|
||||
page_navigated: PageEvent,
|
||||
|
||||
pub const PageEvent = struct {
|
||||
ts: u32,
|
||||
timestamp: u32,
|
||||
url: *const URL,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user