- From: Doug Turner via GitHub <sysbot+gh@w3.org>
- Date: Thu, 10 Jan 2019 05:41:53 +0000
- To: public-web-bluetooth-log@w3.org
dougt has just submitted a new pull request for https://github.com/WebBluetoothCG/web-bluetooth: == Update example to not include |options| attribute == In Example 1, | keepRepeatedDevices| is inside |options|. However, BluetoothLEScanOptions is defined as follows: dictionary BluetoothLEScanOptions { sequence<BluetoothLEScanFilterInit> filters; boolean keepRepeatedDevices = false; boolean acceptAllAdvertisements = false; }; So, we should strike |options| from the example. See https://github.com/WebBluetoothCG/web-bluetooth/pull/425
Received on Thursday, 10 January 2019 05:41:54 UTC