Performance.enableEnable collecting and reporting metrics.
| Name | Type | Description |
|---|---|---|
timeDomain (optional) | string | Time domain to use for collecting and reporting duration metrics. |
{
"id": 1,
"method": "Performance.enable"
}
{
"id": 1,
"result": {}
}
const result = await send('Performance.enable');
console.log(result);