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:
parent
d57876306c
commit
437a7c977e
3 changed files with 9 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue