Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.HeapProfiler.StopTrackingHeapObjectsRequest
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { StopTrackingHeapObjectsRequest } = default.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