puppeteer/new-docs/puppeteer.protocol.heapprofiler.takeheapsnapshotrequest.reportprogress.md
2020-07-13 14:01:35 +01:00

14 lines
670 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; [HeapProfiler](./puppeteer.protocol.heapprofiler.md) &gt; [TakeHeapSnapshotRequest](./puppeteer.protocol.heapprofiler.takeheapsnapshotrequest.md) &gt; [reportProgress](./puppeteer.protocol.heapprofiler.takeheapsnapshotrequest.reportprogress.md)
## Protocol.HeapProfiler.TakeHeapSnapshotRequest.reportProgress property
If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken.
<b>Signature:</b>
```typescript
reportProgress?: boolean;
```