mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWebView+WebContent: Add IPC to run the fragment serialization steps
This commit is contained in:
parent
13b8eeff54
commit
82af1557dd
Notes:
sideshowbarker
2024-07-17 04:50:22 +09:00
Author: https://github.com/trflynn89
Commit: 82af1557dd
Pull-request: https://github.com/SerenityOS/serenity/pull/15897
Reviewed-by: https://github.com/linusg
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