mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 15:07:45 +00:00
LibWeb: Convert ParentNode.querySelectorAll to NodeList
This commit is contained in:
parent
8d6db36cbb
commit
2f7fb1fe63
5 changed files with 8 additions and 7 deletions
|
@ -23,7 +23,7 @@ public:
|
|||
u32 child_element_count() const;
|
||||
|
||||
ExceptionOr<RefPtr<Element>> query_selector(StringView);
|
||||
ExceptionOr<NonnullRefPtrVector<Element>> query_selector_all(StringView);
|
||||
ExceptionOr<NonnullRefPtr<NodeList>> query_selector_all(StringView);
|
||||
|
||||
NonnullRefPtr<HTMLCollection> children();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue