mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:27:45 +00:00
LibWebView+WebContent: Add IPC to run the fragment serialization steps
This commit is contained in:
parent
13b8eeff54
commit
82af1557dd
5 changed files with 22 additions and 0 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
|
||||
void debug_request(String const& request, String const& argument = {});
|
||||
void get_source();
|
||||
String serialize_source();
|
||||
|
||||
void inspect_dom_tree();
|
||||
struct DOMNodeProperties {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue