Re: [web-bluetooth] The "add an allowed Bluetooth device" algorithm does not actually add the device (#639)

The first issue is probably fixed by just changing `required sequence<AllowedBluetoothDevice> allowedDevices;` to `required sequence<AllowedBluetoothDevice> allowedDevices; = [];` in the definition of `BluetoothPersistentStorage`.

The second issue just requires another step after initializing `allowedDevice.deviceId`.

-- 
GitHub Notification of comment by reillyeon
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/639#issuecomment-2608388961 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 22 January 2025 22:20:36 UTC