1
Fork 0
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:
Timothy Flynn 2022-11-02 20:55:16 -04:00 committed by Linus Groh
parent 13b8eeff54
commit 82af1557dd
5 changed files with 22 additions and 0 deletions

View file

@ -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 {