mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 15:41:48 +00:00
add driver field to navigate telemetry
This commit is contained in:
@@ -99,6 +99,7 @@ pub const Event = union(enum) {
|
||||
const Navigate = struct {
|
||||
tls: bool,
|
||||
proxy: bool,
|
||||
driver: []const u8 = "cdp",
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user