mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
961 B
961 B
Home > puppeteer > Protocol > HeapProfiler > TakeHeapSnapshotRequest
Protocol.HeapProfiler.TakeHeapSnapshotRequest interface
Signature:
export interface TakeHeapSnapshotRequest
Properties
Property | Type | Description |
---|---|---|
reportProgress | boolean | If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. |
treatGlobalObjectsAsRoots | boolean | If true, a raw snapshot without artifical roots will be generated |