[web-bluetooth] Pull Request: Update example to not include |options| attribute

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