WebBluetoothCG / web-bluetooth

Bluetooth support for the Web.
http://www.w3.org/community/web-bluetooth/
Other
1.37k stars 185 forks source link

BluetoothAdvertisingEventInit.{manufacturer,service}Data's type is unclear #597

Open rakuco opened 1 year ago

rakuco commented 1 year ago

The BluetoothAdvertisingEventInit dictionary has

  BluetoothManufacturerDataMap manufacturerData;
  BluetoothServiceDataMap serviceData;

whose handling is unclear:

reillyeon commented 1 year ago

This dictionary would only be used when script is constructing a BluetoothAdvertisingEvent, which is not currently supported in Chromium (only UA-constructed objects are implemented) so I'm not surprised the specification text is a little wonky.