mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
891 B
891 B
Home > puppeteer > Protocol > Browser > GetHistogramsRequest
Protocol.Browser.GetHistogramsRequest interface
Signature:
export interface GetHistogramsRequest
Properties
Property | Type | Description |
---|---|---|
delta | boolean | If true, retrieve delta since last call. |
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. |