pl.wendigo.chrome.api.dom / SetNodeStackTracesEnabledRequest

SetNodeStackTracesEnabledRequest

data class SetNodeStackTracesEnabledRequest (source)

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

Sets if stack traces should be captured for Nodes. See Node.getNodeStackTraces. Default is disabled.

Link
DOM#setNodeStackTracesEnabled method documentation.

See Also

DOMOperations.setNodeStackTracesEnabled

Constructors

<init>

SetNodeStackTracesEnabledRequest(enable: Boolean)

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

Properties

enable

val enable: Boolean

Enable or disable.