pl.wendigo.chrome.domain.network / CanEmulateNetworkConditionsResponse

CanEmulateNetworkConditionsResponse

data class CanEmulateNetworkConditionsResponse (source)

Represents response frame for Network.canEmulateNetworkConditions method call.

Tells whether emulation of network conditions is supported.

Constructors

<init>

CanEmulateNetworkConditionsResponse(result: Boolean)

Represents response frame for Network.canEmulateNetworkConditions method call.

Properties

result

val result: Boolean

True if emulation of network conditions is supported.