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

Properties

dumpGuid: string

GUID of the resulting global memory dump.

success: boolean

True iff the global memory dump succeeded.