You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking-ish Requesting devices or scans now no longer checks if a bluetooth device is available.
The browser will return a DeviceNotFoundError if the bluetooth adapter was unavailable while a scan was requested.
If you want the old behaviour then set checkingAvailability to true for requestDevice, requestAdvertisementDevice, and/ or requestLEScan.
You can now call getAvailability to get a (new) Future that will check if there is currently a bluetooth adapter
available.