mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
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) > [StartPreciseCoverageRequest](./puppeteer.protocol.profiler.startprecisecoveragerequest.md)
|
||
|
|
||
|
## Protocol.Profiler.StartPreciseCoverageRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface StartPreciseCoverageRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [allowTriggeredUpdates](./puppeteer.protocol.profiler.startprecisecoveragerequest.allowtriggeredupdates.md) | boolean | Allow the backend to send updates on its own initiative |
|
||
|
| [callCount](./puppeteer.protocol.profiler.startprecisecoveragerequest.callcount.md) | boolean | Collect accurate call counts beyond simple 'covered' or 'not covered'. |
|
||
|
| [detailed](./puppeteer.protocol.profiler.startprecisecoveragerequest.detailed.md) | boolean | Collect block-based coverage. |
|
||
|
|