ScreenDetailed: label property
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The label
read-only property of the
ScreenDetailed
interface is a string providing a descriptive label for the screen, for example "Built-in Retina Display".
This is useful for constructing a list of options to display to the user if you want them to choose a screen to display content on.
Value
A string.
Examples
js
const screenDetails = await window.getScreenDetails();
// Return the label of the first screen
const screen1Label = screenDetails.screens[0].label;
Specifications
Specification |
---|
Window Management # ref-for-dom-screendetailed-label |
Browser compatibility
BCD tables only load in the browser