We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a897715 + 170ac21 commit 1ee5790Copy full SHA for 1ee5790
crates/web-sys/webidls/enabled/Window.webidl
@@ -198,6 +198,7 @@ partial interface Window {
198
[Throws, NeedsCallerType] attribute any screenY;
199
[Throws, NeedsCallerType] attribute any outerWidth;
200
[Throws, NeedsCallerType] attribute any outerHeight;
201
+ [Replaceable] readonly attribute double devicePixelRatio;
202
};
203
204
// https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/RequestAnimationFrame/Overview.html
0 commit comments