-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust Bluetooth IDL for Rust (#2385)
* 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
- Loading branch information
Showing
3 changed files
with
5 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters