mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
cdp: add session to setChildNodes event
This commit is contained in:
@@ -89,7 +89,9 @@ fn performSearch(cmd: anytype) !void {
|
||||
try cmd.sendEvent("DOM.setChildNodes", .{
|
||||
.parentId = parent_node.id,
|
||||
.nodes = .{bc.nodeWriter(node, .{})},
|
||||
}, .{});
|
||||
}, .{
|
||||
.session_id = bc.session_id.?,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user