← Back to SmartCardEmulation domain

SmartCardEmulation.enable

Enables the |SmartCardEmulation| domain.

Domain: SmartCardEmulation experimental

Example Request

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

Example Response

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

Usage in Node.js

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