rename ts => timestamp, ctx => notify_ctx

This commit is contained in:
Karl Seguin
2025-04-10 18:27:14 +08:00
parent 30fd358286
commit 3fc7ffadbf
3 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ pub const Notification = union(enum) {
page_navigated: PageEvent,
pub const PageEvent = struct {
ts: u32,
timestamp: u32,
url: *const URL,
};
};