WebBluetoothCG / web-bluetooth

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

Proposal does not reflect Chromium's dynamic device selection #621

Open jugglinmike-bocoup opened 6 months ago

jugglinmike-bocoup commented 6 months ago

When Chromium prompts users to choose a device, the list of available devices may change while the prompt is active. The current wording of the proposal doesn't appear to support this behavior, because it invokes the Permission API's "prompt the user to choose" with a static set of Bluetooth devices.

reillyeon commented 6 months ago

I've opened https://github.com/w3c/permissions/issues/447 because I think this needs to be resolved first in the Permissions specification.