LibWeb/HTML: Port Window.parent to IDL

This commit is contained in:
Linus Groh 2023-03-05 21:01:54 +00:00
commit c6353ac8cd
Notes: sideshowbarker 2024-07-17 02:56:25 +09:00
3 changed files with 20 additions and 38 deletions

View file

@ -18,6 +18,7 @@ interface Window : EventTarget {
[Replaceable] readonly attribute WindowProxy frames;
[Replaceable] readonly attribute unsigned long length;
[LegacyUnforgeable] readonly attribute WindowProxy? top;
[Replaceable] readonly attribute WindowProxy? parent;
// the user agent
readonly attribute Navigator navigator;