pl.wendigo.chrome.domain.browser / GetHistogramRequest

GetHistogramRequest

data class GetHistogramRequest (source)

Represents request frame that can be used with Browser.getHistogram method call.

Get a Chrome histogram by name.

Constructors

<init>

GetHistogramRequest(name: String, delta: Boolean? = null)

Represents request frame that can be used with Browser.getHistogram method call.

Properties

delta

val delta: Boolean?

If true, retrieve delta since last call.

name

val name: String

Requested histogram name.