Overlay.setShowScrollBottleneckRectsRequests that backend shows scroll bottleneck rects
| Name | Type | Description |
|---|---|---|
show | boolean | True for showing scroll bottleneck rects |
{
"id": 1,
"method": "Overlay.setShowScrollBottleneckRects",
"params": {
"show": true
}
}
{
"id": 1,
"result": {}
}
const result = await send('Overlay.setShowScrollBottleneckRects', {"show": true});
console.log(result);