pl.wendigo.chrome.domain.browser / GetHistogramsRequest

GetHistogramsRequest

data class GetHistogramsRequest (source)

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

Get Chrome histograms.

Constructors

<init>

GetHistogramsRequest(query: String? = null, delta: Boolean? = null)

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

Properties

delta

val delta: Boolean?

If true, retrieve delta since last call.

query

val query: String?

Requested substring in name. Only histograms which have query as a substring in their name are extracted. An empty or absent query returns all histograms.