You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BluetoothManufacturerDataMap and BluetoothServiceDataMap interfaces do not have constructors, so user code cannot create new instances at will.
Even if they did, the interfaces do not expose any methods to add or remove data from each map: not only are the maplike declarations readonly, but the backing "map entries" is not exposed to user code.
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.
The
BluetoothAdvertisingEventInit
dictionary haswhose handling is unclear:
BluetoothManufacturerDataMap
andBluetoothServiceDataMap
interfaces do not have constructors, so user code cannot create new instances at will.maplike
declarationsreadonly
, but the backing "map entries" is not exposed to user code.manufacturerData
andserviceData
that look superfluous/odd if the input data is of the same type as the output.The text was updated successfully, but these errors were encountered: