mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
49f25e2412
This corresponds to Chromium 87.0.4272.0 This roll includes: - Reland "idle-detection: Implement requestPermission() method" (crrev.com/c/2417779)
19 lines
708 B
Markdown
19 lines
708 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [GetCountersResponse](./puppeteer.protocol.profiler.getcountersresponse.md)
|
|
|
|
## Protocol.Profiler.GetCountersResponse interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface GetCountersResponse
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [result](./puppeteer.protocol.profiler.getcountersresponse.result.md) | [CounterInfo](./puppeteer.protocol.profiler.counterinfo.md)<!-- -->\[\] | Collected counters information. |
|
|
|