chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / GetNodeStackTracesResponse

GetNodeStackTracesResponse

data class GetNodeStackTracesResponse

Response type for the DOMDomain.getNodeStackTraces command.

Constructors

<init>

Response type for the DOMDomain.getNodeStackTraces command.

GetNodeStackTracesResponse(creation: StackTrace? = null)

Properties

creation

Creation stack trace, if available.

val creation: StackTrace?