media property

String get media

The HTMLMetaElement.media property enables specifying the media for theme-color metadata.

The theme-color property enables setting the color of the browser's toolbar or UI in browsers and operating systems that support this property. The media property enables setting different theme colors for different media values.

Implementation

external String get media;
set media (String value)

Implementation

external set media(String value);