mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibWeb: Add Document.getElementsByTagName()
This commit is contained in:
parent
200481efb2
commit
edf0aacda4
Notes:
sideshowbarker
2024-07-19 05:22:34 +09:00
Author: https://github.com/awesomekling
Commit: edf0aacda4
3 changed files with 13 additions and 0 deletions
|
@ -118,6 +118,7 @@ public:
|
|||
void schedule_style_update();
|
||||
|
||||
Vector<const Element*> get_elements_by_name(const String&) const;
|
||||
NonnullRefPtrVector<Element> get_elements_by_tag_name(const String&) const;
|
||||
RefPtr<Element> query_selector(const StringView&);
|
||||
NonnullRefPtrVector<Element> query_selector_all(const StringView&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue