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

Properties

dumpGuid: string

GUID of the resulting global memory dump.

success: boolean

True iff the global memory dump succeeded.