1
Fork 0
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:
Linus Groh 2023-03-05 20:37:41 +00:00
parent c42496187b
commit baaf891c64
4 changed files with 13 additions and 15 deletions

View file

@ -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;