hnu-digihealth / sensorframework-bluetooth-low-energy-client

Bluetooth Low Energy Capacitor Plugin
MIT License
20 stars 9 forks source link

Web no error on load #13

Open wasnotrice opened 4 years ago

wasnotrice commented 4 years ago

Currently, this library throws an error when it is loaded in a browser that doesn't support web bluetooth. This commit allows the page to load, and only throws an error if a user tries to actually use bluetooth.

This is also helpful in testing, in case your dependencies are not totally isolated.