GetDOMCountersForLeakDetectionResponse

@Serializable
data class GetDOMCountersForLeakDetectionResponse(val counters: List<DOMCounter>)

Response type for the MemoryDomain.getDOMCountersForLeakDetection command.

Constructors

Link copied to clipboard
constructor(counters: List<DOMCounter>)

Properties

Link copied to clipboard

DOM object counters.