pl.wendigo.chrome.domain.dom / GetNodeStackTracesRequest

GetNodeStackTracesRequest

data class GetNodeStackTracesRequest (source)

Represents request frame that can be used with DOM.getNodeStackTraces method call.

Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation.

Constructors

<init>

GetNodeStackTracesRequest(nodeId: NodeId)

Represents request frame that can be used with DOM.getNodeStackTraces method call.

Properties

nodeId

val nodeId: NodeId

Id of the node to get stack traces for.