mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
891 B
Markdown
20 lines
891 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Browser](./puppeteer.protocol.browser.md) > [GetHistogramsRequest](./puppeteer.protocol.browser.gethistogramsrequest.md)
|
||
|
|
||
|
## Protocol.Browser.GetHistogramsRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetHistogramsRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [delta](./puppeteer.protocol.browser.gethistogramsrequest.delta.md) | boolean | If true, retrieve delta since last call. |
|
||
|
| [query](./puppeteer.protocol.browser.gethistogramsrequest.query.md) | 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. |
|
||
|
|