pl.wendigo.chrome.api.network / CanEmulateNetworkConditionsResponse

CanEmulateNetworkConditionsResponse

data class CanEmulateNetworkConditionsResponse (source)

Represents response frame that is returned from Network#canEmulateNetworkConditions operation call. Tells whether emulation of network conditions is supported.

Link
Network#canEmulateNetworkConditions method documentation.

See Also

NetworkOperations.canEmulateNetworkConditions

Constructors

<init>

CanEmulateNetworkConditionsResponse(result: Boolean)

Represents response frame that is returned from Network#canEmulateNetworkConditions operation call. Tells whether emulation of network conditions is supported.

Properties

result

val result: Boolean

True if emulation of network conditions is supported.