Extremely Popular
Go to Latest
interface puppeteer.Tracing.RequestMemoryDumpRequest
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { RequestMemoryDumpRequest } = puppeteer.Tracing;

Properties

optional
deterministic: boolean

Enables more deterministic results by forcing garbage collection

optional
levelOfDetail: MemoryDumpLevelOfDetail

Specifies level of details in memory dump. Defaults to "detailed".