You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the BluetoothLEScanFilterInit dictionary that is used in the constructor they are referenced as being a sequence so when converting to an BluetoothLEScanFilters what needs to happen to the extra items in the array?
Thanks for reporting this. like what you pointed out in the Chromium implementation,I suspect web-bluetooth/scanning.bs should just use BluetoothLEScanFilterInit from web-bluetooth/index.bs. We will look into this and update this when we are actively working on shipping Web Bluetooth Scanning.
The
BluetoothLEScanFilters
dictionary is created from anBluetoothLEScanFilterInit
but itsmanufacturerData
andserviceData
fields aren't an array.web-bluetooth/scanning.bs
Lines 374 to 382 in f3b3187
In the
BluetoothLEScanFilterInit
dictionary that is used in the constructor they are referenced as being asequence
so when converting to anBluetoothLEScanFilters
what needs to happen to the extra items in the array?web-bluetooth/index.bs
Lines 529 to 535 in f3b3187
The docs seem to assume that the fields are singular and not an array.
web-bluetooth/scanning.bs
Lines 419 to 426 in f3b3187
The text was updated successfully, but these errors were encountered: