puppeteer/new-docs/puppeteer.protocol.debugger.restartframeresponse.md

21 lines
1.1 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [RestartFrameResponse](./puppeteer.protocol.debugger.restartframeresponse.md)
## Protocol.Debugger.RestartFrameResponse interface
<b>Signature:</b>
```typescript
export interface RestartFrameResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [asyncStackTrace](./puppeteer.protocol.debugger.restartframeresponse.asyncstacktrace.md) | [Runtime.StackTrace](./puppeteer.protocol.runtime.stacktrace.md) | Async stack trace, if any. |
| [asyncStackTraceId](./puppeteer.protocol.debugger.restartframeresponse.asyncstacktraceid.md) | [Runtime.StackTraceId](./puppeteer.protocol.runtime.stacktraceid.md) | Async stack trace, if any. |
| [callFrames](./puppeteer.protocol.debugger.restartframeresponse.callframes.md) | [CallFrame](./puppeteer.protocol.debugger.callframe.md)<!-- -->\[\] | New stack trace. |