Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.HeapProfiler.StopTrackingHeapObjectsRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.HeapProfiler.StopTrackingHeapObjectsRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { StopTrackingHeapObjectsRequest } = Protocol.HeapProfiler;

Properties

optional
reportProgress: boolean

If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped.

optional
treatGlobalObjectsAsRoots: boolean

Deprecated in favor of exposeInternals.

optional
captureNumericValue: boolean

If true, numerical values are included in the snapshot

optional
exposeInternals: boolean

If true, exposes internals of the snapshot.