mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibWeb: Add OOPWV IPC for retrieving selected text
This commit is contained in:
parent
528574d958
commit
2fda6ce159
5 changed files with 15 additions and 0 deletions
|
@ -29,4 +29,6 @@ endpoint WebContentServer
|
|||
inspect_dom_tree() =|
|
||||
js_console_initialize() =|
|
||||
js_console_input(String js_source) =|
|
||||
|
||||
get_selected_text() => (String selection)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue