mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:37:35 +00:00
LibWeb/HTML: Port Window.name to IDL
This commit is contained in:
parent
0e587420a8
commit
0e40841990
3 changed files with 25 additions and 40 deletions
|
@ -10,6 +10,7 @@ interface Window : EventTarget {
|
|||
[LegacyUnforgeable] readonly attribute WindowProxy window;
|
||||
[Replaceable] readonly attribute WindowProxy self;
|
||||
[LegacyUnforgeable] readonly attribute Document document;
|
||||
attribute DOMString name;
|
||||
|
||||
// other browsing contexts
|
||||
[Replaceable] readonly attribute WindowProxy frames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue