mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Implement window.close and window.closed
This commit is contained in:
parent
ae130822a0
commit
aa1df95b31
Notes:
github-actions[bot]
2024-10-06 00:43:21 +00:00
Author: https://github.com/trflynn89
Commit: aa1df95b31
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1644
Reviewed-by: https://github.com/shannonbooth ✅
7 changed files with 86 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue