pl.wendigo.chrome.domain.emulation / SetEmulatedMediaRequest

SetEmulatedMediaRequest

data class SetEmulatedMediaRequest (source)

Represents request frame that can be used with Emulation.setEmulatedMedia method call.

Emulates the given media for CSS media queries.

Constructors

<init>

SetEmulatedMediaRequest(media: String)

Represents request frame that can be used with Emulation.setEmulatedMedia method call.

Properties

media

val media: String

Media type to emulate. Empty string disables the override.