mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > Debugger > RestartFrameResponse
Protocol.Debugger.RestartFrameResponse interface
Signature:
export interface RestartFrameResponse
Properties
Property | Type | Description |
---|---|---|
asyncStackTrace | Runtime.StackTrace | Async stack trace, if any. |
asyncStackTraceId | Runtime.StackTraceId | Async stack trace, if any. |
callFrames | CallFrame[] | New stack trace. |