← Back to Overlay domain

Overlay.enable

Enables domain notifications.

Domain: Overlay experimental

Example Request

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

Example Response

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

Usage in Node.js

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