mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 16:28:58 +00:00
cdp: add accessibility domain
This commit is contained in:
@@ -230,6 +230,11 @@ pub fn CDPT(comptime TypeProvider: type) type {
|
||||
asUint(u88, "Performance") => return @import("domains/performance.zig").processMessage(command),
|
||||
else => {},
|
||||
},
|
||||
13 => switch (@as(u104, @bitCast(domain[0..13].*))) {
|
||||
asUint(u104, "Accessibility") => return @import("domains/accessibility.zig").processMessage(command),
|
||||
else => {},
|
||||
},
|
||||
|
||||
else => {},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user