1
Fork 0
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:
Linus Groh 2023-03-05 18:48:45 +00:00
parent 437a7c977e
commit dcff775ab1
3 changed files with 12 additions and 11 deletions

View file

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