puppeteer/new-docs/puppeteer.protocol.performance.enablerequest.md

19 lines
725 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Performance](./puppeteer.protocol.performance.md) &gt; [EnableRequest](./puppeteer.protocol.performance.enablerequest.md)
## Protocol.Performance.EnableRequest interface
<b>Signature:</b>
```typescript
export interface EnableRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [timeDomain](./puppeteer.protocol.performance.enablerequest.timedomain.md) | ('timeTicks' \| 'threadTicks') | Time domain to use for collecting and reporting duration metrics. (EnableRequestTimeDomain enum) |