ScreenDetailed:devicePixelRatio 属性
ScreenDetailed
接口的devicePixelRatio
只读属性是一个数字,表示屏幕的设备像素比。
这与Window.devicePixelRatio
返回的值相同,只是 Window.devicePixelRatio
- 始终返回当前屏幕的设备像素比。
- 还包括窗口本身的缩放,即页面缩放(至少在某些浏览器实现中)。
值
一个数字。
示例
js
const screenDetails = await window.getScreenDetails();
// Return the device pixel ratio of the first screen
const screen1DPR = screenDetails.screens[0].devicePixelRatio;
规范
规范 |
---|
窗口管理 # ref-for-dom-screendetailed-devicepixelratio |
浏览器兼容性
BCD 表仅在浏览器中加载