← Back to Security domain

Security.enable

Enables tracking security state changes.

Domain: Security stable

Example Request

{
  "id": 1,
  "method": "Security.enable"
}

Example Response

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

Usage in Node.js

const result = await send('Security.enable');
console.log(result);