1
Fork 0
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:
Andreas Kling 2023-08-20 00:34:54 +02:00
parent c8271ac9e6
commit e211f6c925
2 changed files with 24 additions and 0 deletions

View file

@ -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();