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:
parent
80acf03278
commit
46e547d774
3 changed files with 24 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue