electron-web-bluetooth
electron-web-bluetooth copied to clipboard
Issues running on Windows 10
Fails to find navigator.bluetooth
when running npm start
on Windows 10 machines.
It might be related to this issue:
https://github.com/electron/electron/issues/10562
Just want to confirm to report that I'm hitting the same issues. Even with the app.commandLine.appendSwitch("enable-web-bluetooth", true);
, navigator.bluetooth
is undefined on Windows 10