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

LibWeb/HTML: Port Window.self to IDL

This commit is contained in:
Linus Groh 2023-03-05 18:38:29 +00:00
parent d57876306c
commit 437a7c977e
3 changed files with 9 additions and 10 deletions

View file

@ -7,6 +7,7 @@
interface Window : EventTarget {
// the current browsing context
[LegacyUnforgeable] readonly attribute WindowProxy window;
[Replaceable] readonly attribute WindowProxy self;
// the user agent
readonly attribute Navigator navigator;