mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +00:00
LibWeb: Implement getting "ancestor navigables" of a document
This commit is contained in:
parent
c8271ac9e6
commit
e211f6c925
2 changed files with 24 additions and 0 deletions
|
@ -462,6 +462,7 @@ public:
|
|||
|
||||
Vector<JS::Handle<HTML::Navigable>> descendant_navigables();
|
||||
Vector<JS::Handle<HTML::Navigable>> inclusive_descendant_navigables();
|
||||
Vector<JS::Handle<HTML::Navigable>> ancestor_navigables();
|
||||
|
||||
void destroy();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue