1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:44:58 +00:00

LibWebView: Add a helper to get selected text with collapsed whitespace

This commit is contained in:
Timothy Flynn 2023-10-23 16:52:57 -04:00 committed by Andreas Kling
parent e221b3afeb
commit 6af279a22d
2 changed files with 10 additions and 0 deletions

View file

@ -63,6 +63,7 @@ public:
void set_preferred_color_scheme(Web::CSS::PreferredColorScheme);
DeprecatedString selected_text();
Optional<String> selected_text_with_whitespace_collapsed();
void select_all();
void get_source();