toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.dom
/
GetNodeStackTracesResponse
Get
Node
Stack
Traces
Response
@
Serializable
data
class
GetNodeStackTracesResponse
(
val
creation
:
StackTrace
?
=
null
)
Response type for the
DOMDomain.getNodeStackTraces
command.
Members
Constructors
Get
Node
Stack
Traces
Response
Link copied to clipboard
constructor
(
creation
:
StackTrace
?
=
null
)
Properties
creation
Link copied to clipboard
val
creation
:
StackTrace
?
=
null
Creation stack trace, if available.