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)
14 lines
546 B
Markdown
14 lines
546 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) > [result](./puppeteer.protocol.profiler.getcountersresponse.result.md)
|
|
|
|
## Protocol.Profiler.GetCountersResponse.result property
|
|
|
|
Collected counters information.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
result: CounterInfo[];
|
|
```
|