CanEmulateResponse

@Serializable
data class CanEmulateResponse(val result: Boolean)

Deprecated

Deprecated in the Chrome DevTools protocol

Response type for the EmulationDomain.canEmulate command.

Constructors

Link copied to clipboard
constructor(result: Boolean)

Properties

Link copied to clipboard

True if emulation is supported.