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

LibWeb/HTML: Port Window.outer{Width,Height} to IDL

This commit is contained in:
Linus Groh 2023-03-06 22:02:09 +00:00
parent 80acf03278
commit 46e547d774
3 changed files with 24 additions and 40 deletions

View file

@ -69,6 +69,8 @@ interface Window : EventTarget {
[Replaceable, ImplementedAs=screen_x] readonly attribute long screenLeft;
[Replaceable] readonly attribute long screenY;
[Replaceable, ImplementedAs=screen_y] readonly attribute long screenTop;
[Replaceable] readonly attribute long outerWidth;
[Replaceable] readonly attribute long outerHeight;
// FIXME: Everything from here on should be shared through WindowOrWorkerGlobalScope
// https://w3c.github.io/hr-time/#the-performance-attribute