kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Memory
/
GetDOMCountersReturn
Get
DOMCounters
Return
@
Serializable
data
class
GetDOMCountersReturn
(
val
documents
:
Int
,
val
nodes
:
Int
,
val
jsEventListeners
:
Int
)
Members
Constructors
Get
DOMCounters
Return
Link copied to clipboard
constructor
(
documents
:
Int
,
nodes
:
Int
,
jsEventListeners
:
Int
)
Properties
documents
Link copied to clipboard
val
documents
:
Int
js
Event
Listeners
Link copied to clipboard
val
jsEventListeners
:
Int
nodes
Link copied to clipboard
val
nodes
:
Int