19 lines
694 B
Markdown
19 lines
694 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Performance](./puppeteer.protocol.performance.md) > [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. |
|
|
|