← Back to LayerTree domain

LayerTree.disable

Disables compositing tree inspection.

Domain: LayerTree experimental

Example Request

{
  "id": 1,
  "method": "LayerTree.disable"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('LayerTree.disable');
console.log(result);