1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 17:37:35 +00:00

LibWeb: Add window.status property

This commit is contained in:
Reimar 2023-12-04 19:52:04 +01:00 committed by Andrew Kaster
parent 3a820ddbdf
commit 4299fb604b
3 changed files with 21 additions and 0 deletions

View file

@ -24,6 +24,7 @@ interface Window : EventTarget {
[Replaceable] readonly attribute WindowProxy self;
[LegacyUnforgeable] readonly attribute Document document;
attribute DOMString name;
attribute DOMString status;
[PutForwards=href, LegacyUnforgeable] readonly attribute Location location;
readonly attribute History history;
readonly attribute Navigation navigation;