pl.wendigo.chrome.api.browser / GetHistogramsRequest

GetHistogramsRequest

data class GetHistogramsRequest (source)

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

Get Chrome histograms.

Link
Browser#getHistograms method documentation.

See Also

BrowserOperations.getHistograms

Constructors

<init>

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

Represents request frame that can be used with Browser#getHistograms operation 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.