CanEmulateNetworkConditionsResponse

@Serializable
data class CanEmulateNetworkConditionsResponse(val result: Boolean)(source)

Deprecated

Deprecated in the Chrome DevTools protocol

Response type for the NetworkDomain.canEmulateNetworkConditions command.

Constructors

Link copied to clipboard
constructor(result: Boolean)

Properties

Link copied to clipboard

True if emulation of network conditions is supported.