WebBluetoothCG / web-bluetooth

Bluetooth support for the Web.
http://www.w3.org/community/web-bluetooth/
Other
1.37k stars 185 forks source link

Add exclusionFilters to RequestDeviceOptions #600

Closed beaufortfrancois closed 1 year ago

beaufortfrancois commented 1 year ago

This PR is about a new "exclusionFilters" option in navigator.bluetooth.requestDevice() options so that developers can exclude from the browser picker some known devices that are known to not work as expected.

Note that the name comes from the WebHID spec: https://github.com/WICG/webhid/pull/93

FIX https://github.com/WebBluetoothCG/web-bluetooth/issues/599


Preview | Diff