Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface Protocol.HeapProfiler.TakeHeapSnapshotRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { TakeHeapSnapshotRequest } = Protocol.HeapProfiler;

Properties

optional
reportProgress: boolean

If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken.

optional
treatGlobalObjectsAsRoots: boolean

If true, a raw snapshot without artificial roots will be generated

optional
captureNumericValue: boolean

If true, numerical values are included in the snapshot