chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / CanEmulateNetworkConditionsResponse

CanEmulateNetworkConditionsResponse

data class CanEmulateNetworkConditionsResponse
Deprecated: Deprecated in the Chrome DevTools protocol

Response type for the NetworkDomain.canEmulateNetworkConditions command.

Constructors

<init>

Response type for the NetworkDomain.canEmulateNetworkConditions command.

CanEmulateNetworkConditionsResponse(result: Boolean)

Properties

result

True if emulation of network conditions is supported.

val result: Boolean