1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:57:35 +00:00

LibWeb/HTML: Port Window.parent to IDL

This commit is contained in:
Linus Groh 2023-03-05 21:01:54 +00:00
parent dba8dbe07d
commit c6353ac8cd
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;