14 lines
670 B
Markdown
14 lines
670 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeapProfiler](./puppeteer.protocol.heapprofiler.md) > [TakeHeapSnapshotRequest](./puppeteer.protocol.heapprofiler.takeheapsnapshotrequest.md) > [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;
|
|
```
|