mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:57:44 +00:00
LibWeb/HTML: Port Window.location to IDL
This commit is contained in:
parent
0e40841990
commit
eccc0d90de
3 changed files with 15 additions and 13 deletions
|
@ -11,6 +11,7 @@ interface Window : EventTarget {
|
|||
[Replaceable] readonly attribute WindowProxy self;
|
||||
[LegacyUnforgeable] readonly attribute Document document;
|
||||
attribute DOMString name;
|
||||
[PutForwards=href, LegacyUnforgeable] readonly attribute Location location;
|
||||
|
||||
// other browsing contexts
|
||||
[Replaceable] readonly attribute WindowProxy frames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue