mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
LibWeb+LibWebView+WebContent: Add an Inspector IPC to add DOM attributes
This commit is contained in:
parent
2633ea8c79
commit
2cdad0f068
10 changed files with 33 additions and 5 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
undefined setDOMNodeText(long nodeID, DOMString text);
|
||||
undefined setDOMNodeTag(long nodeID, DOMString tag);
|
||||
undefined addDOMNodeAttributes(long nodeID, NamedNodeMap attributes);
|
||||
undefined replaceDOMNodeAttribute(long nodeID, DOMString name, NamedNodeMap replacementAttributes);
|
||||
|
||||
undefined requestDOMTreeContextMenu(long nodeID, long clientX, long clientY, DOMString type, DOMString? tagOrAttributeName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue