mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:18:11 +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
|
@ -447,6 +447,11 @@ void OutOfProcessWebView::get_source()
|
|||
client().async_get_source();
|
||||
}
|
||||
|
||||
String OutOfProcessWebView::serialize_source()
|
||||
{
|
||||
return client().serialize_source();
|
||||
}
|
||||
|
||||
void OutOfProcessWebView::inspect_dom_tree()
|
||||
{
|
||||
client().async_inspect_dom_tree();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue