Skip to content

Commit

Permalink
add a coment referencing issue #621
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Apr 10, 2024
1 parent 11c7753 commit a9b63e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,13 @@ steps:
<var>uuidExclusionFilters</var>.
1. Let |browsingContext| be [=this=]'s [=relevant global object=]'s [=browsing context=].
1. Let |promptId| be a new unique opaque string.

Issue: In practice, the device list is dynamically updated while a
prompt is open. The spec text currently does not reflect that but this
event might be emitted multiple times with the same `prompt` ID and the
fresh device list. See
https://github.com/WebBluetoothCG/web-bluetooth/issues/621.

1. [=Trigger a prompt updated event=] given |browsingContext|, |promptId|, and |scanResult|.
1. <p id="requestDevice-prompt">Even if <var>scanResult</var> is empty,
<a>prompt the user to choose</a> one of the devices in |scanResult|,
Expand Down

0 comments on commit a9b63e1

Please sign in to comment.