Profiler.getBestEffortCoverage
Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
{
"name": "getBestEffortCoverage",
"returns": [
{
"name": "result",
"type": "array",
"items": {
"$ref": "ScriptCoverage"
},
"description": "Coverage data for the current isolate."
}
],
"description": "Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection."
}