0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/new-docs/puppeteer.protocol.tracing.startrequest.bufferusagereportinginterval.md

14 lines
655 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; [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;
```