mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 07:22:22 +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
|
@ -32,6 +32,7 @@ endpoint WebContentServer
|
|||
|
||||
debug_request(String request, String argument) =|
|
||||
get_source() =|
|
||||
serialize_source() => (String source)
|
||||
inspect_dom_tree() =|
|
||||
inspect_dom_node(i32 node_id, Optional<Web::CSS::Selector::PseudoElement> pseudo_element) => (bool has_style, String specified_style, String computed_style, String custom_properties, String node_box_sizing)
|
||||
get_hovered_node_id() => (i32 node_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue