mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 00:38:59 +00:00
cdp: add Runtime.getProperties
This commit is contained in:
@@ -27,6 +27,7 @@ pub fn processMessage(cmd: anytype) !void {
|
|||||||
addBinding,
|
addBinding,
|
||||||
callFunctionOn,
|
callFunctionOn,
|
||||||
releaseObject,
|
releaseObject,
|
||||||
|
getProperties,
|
||||||
}, cmd.input.action) orelse return error.UnknownMethod;
|
}, cmd.input.action) orelse return error.UnknownMethod;
|
||||||
|
|
||||||
switch (action) {
|
switch (action) {
|
||||||
|
|||||||
Reference in New Issue
Block a user