← Back to Runtime domain

Runtime.disable

Disables reporting of execution contexts creation.

Domain: Runtime stable

Example Request

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

Example Response

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

Usage in Node.js

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