1
Fork 0
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:
Linus Groh 2023-03-05 19:02:16 +00:00
parent 0e587420a8
commit 0e40841990
3 changed files with 25 additions and 40 deletions

View file

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