mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 01:08:56 +00:00
LibWeb: Implement "document-tree child navigables"
This commit is contained in:
parent
d56f127c80
commit
234a73e43e
Notes:
sideshowbarker
2024-07-17 17:49:11 +09:00
Author: https://github.com/awesomekling
Commit: 234a73e43e
Pull-request: https://github.com/SerenityOS/serenity/pull/20725
2 changed files with 26 additions and 0 deletions
|
@ -465,6 +465,7 @@ public:
|
|||
Vector<JS::Handle<HTML::Navigable>> inclusive_descendant_navigables();
|
||||
Vector<JS::Handle<HTML::Navigable>> ancestor_navigables();
|
||||
Vector<JS::Handle<HTML::Navigable>> inclusive_ancestor_navigables();
|
||||
Vector<JS::Handle<HTML::Navigable>> document_tree_child_navigables();
|
||||
|
||||
void destroy();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue