Definition
Window Management defines ScreenDetailed
[Exposed=Window, SecureContext]
interface ScreenDetailed : Screen {
readonly attribute long availLeft;
readonly attribute long availTop;
readonly attribute long left;
readonly attribute long top;
readonly attribute boolean isPrimary;
readonly attribute boolean isInternal;
readonly attribute float devicePixelRatio;
readonly attribute DOMString label;
};