mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
WebContent+Friends: Add get_element_tag_name IPC and plumbing
This commit is contained in:
parent
f1f6c4c0b6
commit
be6bbdaa3b
7 changed files with 27 additions and 0 deletions
|
@ -23,6 +23,7 @@ public:
|
|||
Function<Optional<String>(i32 element_id, String const&)> on_get_element_property;
|
||||
Function<String()> on_get_active_documents_type;
|
||||
Function<String(i32 element_id, String const&)> on_get_computed_value_for_element;
|
||||
Function<String(i32 element_id)> on_get_element_tag_name;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue