Overlay.setShowPaintRectsRequests that backend shows paint rectangles
| Name | Type | Description |
|---|---|---|
result | boolean | True for showing paint rectangles |
{
"id": 1,
"method": "Overlay.setShowPaintRects",
"params": {
"result": true
}
}
{
"id": 1,
"result": {}
}
const result = await send('Overlay.setShowPaintRects', {"result": true});
console.log(result);