Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Tracing.MemoryDumpLevelOfDetail

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
type alias Protocol.Tracing.MemoryDumpLevelOfDetail
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.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")