toggle menu
chrome-devtools-kotlin
5.11.0-1255431
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.emulation
/
CanEmulateResponse
Can
Emulate
Response
@
Serializable
data
class
CanEmulateResponse
(
val
result
:
Boolean
)
Response type for the
EmulationDomain.canEmulate
command.
Members
Constructors
Can
Emulate
Response
Link copied to clipboard
constructor
(
result
:
Boolean
)
Properties
result
Link copied to clipboard
val
result
:
Boolean
True if emulation is supported.