mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
LibWeb/HTML: Port Window.frames to IDL
This commit is contained in:
parent
437a7c977e
commit
dcff775ab1
3 changed files with 12 additions and 11 deletions
|
@ -9,6 +9,9 @@ interface Window : EventTarget {
|
|||
[LegacyUnforgeable] readonly attribute WindowProxy window;
|
||||
[Replaceable] readonly attribute WindowProxy self;
|
||||
|
||||
// other browsing contexts
|
||||
[Replaceable] readonly attribute WindowProxy frames;
|
||||
|
||||
// the user agent
|
||||
readonly attribute Navigator navigator;
|
||||
[ImplementedAs=navigator] readonly attribute Navigator clientInformation; // legacy alias of .navigator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue