pl.wendigo.chrome.api.browser / GetHistogramRequest

GetHistogramRequest

data class GetHistogramRequest (source)

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

Get a Chrome histogram by name.

Link
Browser#getHistogram method documentation.

See Also

BrowserOperations.getHistogram

Constructors

<init>

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

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

Properties

delta

val delta: Boolean?

If true, retrieve delta since last call.

name

val name: String

Requested histogram name.