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:
parent
c6353ac8cd
commit
efa48142d2
3 changed files with 27 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue