electron-web-bluetooth
electron-web-bluetooth copied to clipboard
Added experimental features flag for linux
The repo as it stands doesn't support Linux. For some reason, web bluetooth doesn't seem to be enabled with the enable-web-bluetooth flag.
However, we found that it works beautifully if you also add the enable-experimental-web-platform-features flag. So, I've added it to the repo to help anyone else trying to build BLE Electron apps on Linux