GetDOMCountersReturn

@Serializable
data class GetDOMCountersReturn(val documents: Int, val nodes: Int, val jsEventListeners: Int)

Constructors

Link copied to clipboard
constructor(documents: Int, nodes: Int, jsEventListeners: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val nodes: Int