Overlay.setShowFPSCounterRequests that backend shows the FPS counter
| Name | Type | Description |
|---|---|---|
show | boolean | True for showing the FPS counter |
{
"id": 1,
"method": "Overlay.setShowFPSCounter",
"params": {
"show": true
}
}
{
"id": 1,
"result": {}
}
const result = await send('Overlay.setShowFPSCounter', {"show": true});
console.log(result);