Memory.getDOMCountersForLeakDetectionRetruns DOM object counters after preparing renderer for leak detection.
| Name | Type | Description |
|---|---|---|
counters | array | DOM object counters. |
{
"id": 1,
"method": "Memory.getDOMCountersForLeakDetection"
}
{
"id": 1,
"result": {
"counters": []
}
}
const result = await send('Memory.getDOMCountersForLeakDetection');
console.log(result);
// {"counters": []}