GetDOMCountersResponse

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

Response type for the MemoryDomain.getDOMCounters command.

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