19 lines
641 B
Markdown
19 lines
641 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [StopResponse](./puppeteer.protocol.profiler.stopresponse.md)
|
||
|
|
||
|
## Protocol.Profiler.StopResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface StopResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [profile](./puppeteer.protocol.profiler.stopresponse.profile.md) | [Profile](./puppeteer.protocol.profiler.profile.md) | Recorded profile. |
|
||
|
|