I'm trying to work with Bluetooth from an app created with electron, I try to access the navigator.bluetooth object, but it does not exist.
console.log(navigator.bluetooth); //=> undefined
Operating System: Linux Ubuntu 17.10
Electron: 1.8.2
Is there any way to activate this API in this development environment? I have been searching for Google but I have not found an accurate answer, I would appreciate any information about it, and know if it is possible what I intend to do, thanks for the help.