puppeteer/new-docs/puppeteer.protocol.tracing.startrequest.bufferusagereportinginterval.md
2020-07-13 14:01:35 +01:00

14 lines
655 B
Markdown

<!-- 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; [Tracing](./puppeteer.protocol.tracing.md) &gt; [StartRequest](./puppeteer.protocol.tracing.startrequest.md) &gt; [bufferUsageReportingInterval](./puppeteer.protocol.tracing.startrequest.bufferusagereportinginterval.md)
## Protocol.Tracing.StartRequest.bufferUsageReportingInterval property
If set, the agent will issue bufferUsage events at this interval, specified in milliseconds
<b>Signature:</b>
```typescript
bufferUsageReportingInterval?: number;
```