Click or drag to resize

StackTrace Properties

Version 86.0.240

The StackTrace type exposes the following members.

Properties
  NameDescription
Public propertyCallFrames
JavaScript function name.
Public propertyDescription
String label of this stack trace. For async traces this may be a name of the function that initiated the async call.
Public propertyParent
Asynchronous JavaScript stack trace that preceded this stack, if available.
Public propertyParentId
Asynchronous JavaScript stack trace that preceded this stack, if available.
Top
See Also