Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.HeapProfiler.StopTrackingHeapObjectsRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.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