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:
parent
baaf891c64
commit
dba8dbe07d
3 changed files with 14 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue