web-bluetooth-mock icon indicating copy to clipboard operation
web-bluetooth-mock copied to clipboard

Mock Implementation of Web Bluetooth (for tests)

Results 1 web-bluetooth-mock issues
Sort by recently updated
recently updated
newest added

According to the specification [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothDevice#Properties), the property id is a mandatory field. This PR adds id to the constructor. Unfortunately this leads to a breaking change for users...