← Back to SmartCardEmulation domain

SmartCardEmulation.disable

Disables the |SmartCardEmulation| domain.

Domain: SmartCardEmulation experimental

Example Request

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

Example Response

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

Usage in Node.js

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