Is it possible to connect to a Bluetooh device using Electron?

0

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.

    
asked by lromeraj 04.03.2018 в 00:49
source

0 answers