mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
843 B
843 B
Home > puppeteer > Protocol > Runtime > ConsoleAPICalledEvent > stackTrace
Protocol.Runtime.ConsoleAPICalledEvent.stackTrace property
Stack trace captured when the call was made. The async stack chain is automatically reported for the following call types: assert
, error
, trace
, warning
. For other types the async call chain can be retrieved using Debugger.getStackTrace
and stackTrace.parentId
field.
Signature:
stackTrace?: StackTrace;