LibWeb: Implement window.close and window.closed

This commit is contained in:
Timothy Flynn 2024-10-05 15:56:35 -04:00 committed by Tim Ledbetter
commit aa1df95b31
Notes: github-actions[bot] 2024-10-06 00:43:21 +00:00
7 changed files with 86 additions and 6 deletions

View file

@ -96,6 +96,7 @@ public:
}
bool is_top_level() const;
bool is_auxiliary() const { return m_is_auxiliary; }
DOM::Document const* active_document() const;
DOM::Document* active_document();