mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.3 KiB
1.3 KiB
Home > puppeteer > Protocol > Runtime > StackTrace
Protocol.Runtime.StackTrace interface
Call frames for assertions or error messages.
Signature:
export interface StackTrace
Properties
Property | Type | Description |
---|---|---|
callFrames | CallFrame[] | JavaScript function name. |
description | string | String label of this stack trace. For async traces this may be a name of the function that initiated the async call. |
parent | StackTrace | Asynchronous JavaScript stack trace that preceded this stack, if available. |
parentId | StackTraceId | Asynchronous JavaScript stack trace that preceded this stack, if available. |