GetDOMCountersResponse

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

Response type for the MemoryDomain.getDOMCounters command.

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val nodes: Int

(undocumented in the protocol definition)