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