Overlay.setShowWebVitalsDeprecated, no longer has any effect.
| Name | Type | Description |
|---|---|---|
show | boolean |
{
"id": 1,
"method": "Overlay.setShowWebVitals",
"params": {
"show": true
}
}
{
"id": 1,
"result": {}
}
const result = await send('Overlay.setShowWebVitals', {"show": true});
console.log(result);