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