toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.memory
/
GetDOMCountersResponse
Get
DOMCounters
Response
@
Serializable
data
class
GetDOMCountersResponse
(
val
documents
:
Int
,
val
nodes
:
Int
,
val
jsEventListeners
:
Int
)
Response type for the
MemoryDomain.getDOMCounters
command.
Members
Constructors
Get
DOMCounters
Response
Link copied to clipboard
constructor
(
documents
:
Int
,
nodes
:
Int
,
jsEventListeners
:
Int
)
Properties
documents
Link copied to clipboard
val
documents
:
Int
(undocumented in the protocol definition)
js
Event
Listeners
Link copied to clipboard
val
jsEventListeners
:
Int
(undocumented in the protocol definition)
nodes
Link copied to clipboard
val
nodes
:
Int
(undocumented in the protocol definition)