mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 01:00:05 +00:00
WebContent+Friends: Add get_element_attribute IPC and plumbing
This commit is contained in:
parent
dfc3a4772b
commit
3f5a620b5d
Notes:
sideshowbarker
2024-07-17 06:00:02 +09:00
Author: https://github.com/TobyAsE
Commit: 3f5a620b5d
Pull-request: https://github.com/SerenityOS/serenity/pull/15698
Reviewed-by: https://github.com/linusg ✅
7 changed files with 30 additions and 0 deletions
|
@ -60,6 +60,7 @@ public:
|
|||
|
||||
Optional<i32> get_document_element();
|
||||
Optional<Vector<i32>> query_selector_all(i32 start_node_id, String const& selector);
|
||||
Optional<String> get_element_attribute(i32 element_id, String const& name);
|
||||
|
||||
void set_content_filters(Vector<String>);
|
||||
void set_proxy_mappings(Vector<String> proxies, HashMap<String, size_t> mappings);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue