chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.emulation / SetCPUThrottlingRateRequest

SetCPUThrottlingRateRequest

data class SetCPUThrottlingRateRequest

Request object containing input parameters for the EmulationDomain.setCPUThrottlingRate command.

Constructors

<init>

Request object containing input parameters for the EmulationDomain.setCPUThrottlingRate command.

SetCPUThrottlingRateRequest(rate: Double)

Properties

rate

Throttling rate as a slowdown factor (1 is no throttle, 2 is 2x slowdown, etc).

val rate: Double