← Back to WebAudio domain

WebAudio.enable

Enables the WebAudio domain and starts sending context lifetime events.

Domain: WebAudio experimental

Example Request

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

Example Response

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

Usage in Node.js

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