1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:17:46 +00:00

LibWeb: Let NavigableContainers delay the document load event

This commit is contained in:
Sam Atkins 2023-11-30 21:09:36 +00:00 committed by Andreas Kling
parent 72376ad15a
commit 2805e16c1c
2 changed files with 12 additions and 1 deletions

View file

@ -473,6 +473,7 @@ public:
Vector<JS::Handle<HTML::BrowsingContext>> list_of_descendant_browsing_contexts() const;
Vector<JS::Handle<HTML::Navigable>> descendant_navigables();
Vector<JS::Handle<HTML::Navigable>> const descendant_navigables() const;
Vector<JS::Handle<HTML::Navigable>> inclusive_descendant_navigables();
Vector<JS::Handle<HTML::Navigable>> ancestor_navigables();
Vector<JS::Handle<HTML::Navigable>> inclusive_ancestor_navigables();