LayerTree.enable
Enables compositing tree inspection.
{ "id": 1, "method": "LayerTree.enable" }
{ "id": 1, "result": {} }
const result = await send('LayerTree.enable'); console.log(result);