- From: Reilly Grant via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Jan 2025 22:20:35 +0000
- To: public-web-bluetooth-log@w3.org
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