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

LibWeb/HTML: Port Window.top to IDL

This commit is contained in:
Linus Groh 2023-03-05 20:43:53 +00:00
parent baaf891c64
commit dba8dbe07d
3 changed files with 14 additions and 17 deletions

View file

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