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:
parent
3a820ddbdf
commit
4299fb604b
3 changed files with 21 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue