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