mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
820 B
820 B
Home > puppeteer > Protocol > Tracing > RequestMemoryDumpResponse
Protocol.Tracing.RequestMemoryDumpResponse interface
Signature:
export interface RequestMemoryDumpResponse
Properties
Property | Type | Description |
---|---|---|
dumpGuid | string | GUID of the resulting global memory dump. |
success | boolean | True iff the global memory dump succeeded. |