mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07:35 +00:00
LibWeb/HTML: Port Window.length to IDL
This commit is contained in:
parent
c42496187b
commit
baaf891c64
4 changed files with 13 additions and 15 deletions
|
@ -16,6 +16,7 @@ interface Window : EventTarget {
|
|||
|
||||
// other browsing contexts
|
||||
[Replaceable] readonly attribute WindowProxy frames;
|
||||
[Replaceable] readonly attribute unsigned long length;
|
||||
|
||||
// the user agent
|
||||
readonly attribute Navigator navigator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue