pl.wendigo.chrome.api.dom / GetNodeStackTracesRequest

GetNodeStackTracesRequest

data class GetNodeStackTracesRequest (source)

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

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

Link
DOM#getNodeStackTraces method documentation.

See Also

DOMOperations.getNodeStackTraces

Constructors

<init>

GetNodeStackTracesRequest(nodeId: NodeId)

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

Properties

nodeId

val nodeId: NodeId

Id of the node to get stack traces for.