mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-26 04:07:51 +00:00
LibWeb: Convert ParentNode.querySelectorAll to NodeList
This commit is contained in:
parent
8d6db36cbb
commit
2f7fb1fe63
Notes:
sideshowbarker
2024-07-18 03:11:14 +09:00
Author: https://github.com/Lubrsi
Commit: 2f7fb1fe63
Pull-request: https://github.com/SerenityOS/serenity/pull/10317
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