chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.memory / GetDOMCountersResponse

GetDOMCountersResponse

data class GetDOMCountersResponse

Response type for the MemoryDomain.getDOMCounters command.

Constructors

<init>

Response type for the MemoryDomain.getDOMCounters command.

GetDOMCountersResponse(documents: Int, nodes: Int, jsEventListeners: Int)

Properties

documents

val documents: Int

jsEventListeners

val jsEventListeners: Int

nodes

val nodes: Int