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
* navigator.bluetooth is optional -- it may be manatory by the
WebBluetooth spec, but the Rust code should still be able to handle
the errors resulting from a browser not implementing the spec at all
without panicking.
* requestDevice: While it's marked optional upstream, practically it's
mandatory (the default value, an empty dictionary, is not accepted).
Contributes-To: #2381
0 commit comments