cdp: add Runtime.getProperties

This commit is contained in:
Pierre Tachoire
2025-09-06 20:03:03 +02:00
parent 82e5698f1d
commit 745de2ede2

View File

@@ -27,6 +27,7 @@ pub fn processMessage(cmd: anytype) !void {
addBinding,
callFunctionOn,
releaseObject,
getProperties,
}, cmd.input.action) orelse return error.UnknownMethod;
switch (action) {