mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
cdp: add accessibility domain
This commit is contained in:
committed by
Karl Seguin
parent
33ee2fb1a0
commit
1278dc28cd
@@ -231,6 +231,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