← Back to Cast domain

Cast.disable

Stops observing for sinks and issues.

Domain: Cast experimental

Example Request

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

Example Response

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

Usage in Node.js

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