mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Implement window.length
This commit is contained in:
parent
b70e4e9909
commit
e377e28fd2
Notes:
sideshowbarker
2024-07-17 07:18:56 +09:00
Author: https://github.com/networkException
Commit: e377e28fd2
Pull-request: https://github.com/SerenityOS/serenity/pull/15103
Reviewed-by: https://github.com/linusg ✅
4 changed files with 53 additions and 0 deletions
|
@ -80,6 +80,10 @@ public:
|
|||
|
||||
BrowsingContext* choose_a_browsing_context(StringView name, bool noopener);
|
||||
|
||||
size_t document_tree_child_browsing_context_count() const;
|
||||
|
||||
bool is_child_of(BrowsingContext const&) const;
|
||||
|
||||
HTML::BrowsingContextContainer* container() { return m_container; }
|
||||
HTML::BrowsingContextContainer const* container() const { return m_container; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue