mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:34:59 +00:00
LibWebView+WebContent: Add a WebContent IPC to clone a DOM node
This commit is contained in:
parent
111e53a2f6
commit
c6a11a77b5
5 changed files with 20 additions and 0 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
void replace_dom_node_attribute(i32 node_id, String name, Vector<Attribute> replacement_attributes);
|
||||
Optional<i32> create_child_element(i32 node_id);
|
||||
Optional<i32> create_child_text_node(i32 node_id);
|
||||
Optional<i32> clone_dom_node(i32 node_id);
|
||||
void remove_dom_node(i32 node_id);
|
||||
Optional<String> get_dom_node_html(i32 node_id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue