Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias Protocol.Tracing.MemoryDumpLevelOfDetail
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { MemoryDumpLevelOfDetail } = Protocol.Tracing;

Details exposed when memory request explicitly declared. Keep consistent with memory_dump_request_args.h and memory_instrumentation.mojom

definition: ("background" | "light" | "detailed")