Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.js";
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