1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:47:46 +00:00

LibWeb/HTML: Port Window.frameElement to IDL

This commit is contained in:
Linus Groh 2023-03-05 21:33:30 +00:00
parent c6353ac8cd
commit efa48142d2
3 changed files with 27 additions and 30 deletions

View file

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