mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
820 B
Markdown
20 lines
820 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Tracing](./puppeteer.protocol.tracing.md) > [RequestMemoryDumpResponse](./puppeteer.protocol.tracing.requestmemorydumpresponse.md)
|
||
|
|
||
|
## Protocol.Tracing.RequestMemoryDumpResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface RequestMemoryDumpResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [dumpGuid](./puppeteer.protocol.tracing.requestmemorydumpresponse.dumpguid.md) | string | GUID of the resulting global memory dump. |
|
||
|
| [success](./puppeteer.protocol.tracing.requestmemorydumpresponse.success.md) | boolean | True iff the global memory dump succeeded. |
|
||
|
|