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:
parent
72376ad15a
commit
2805e16c1c
2 changed files with 12 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue