Re: [web-bluetooth] Observing characteristic notifications start and stop

I am not the original author of that part of the spec (and it isn't even implemented) but it seems reasonable that a site author may want to register a single event listener on a `BluetoothDevice` rather than individual listeners on each characteristic.

Other script on the page modifying a `BluetoothRemoteGattCharacteristic`'s state is certainly a concern however at that point I would generally be concerned that you have two pieces of script that are not coordinating in how they are communicating with the device in general.

-- 
GitHub Notification of comment by reillyeon
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/408#issuecomment-434105362 using your GitHub account

Received on Monday, 29 October 2018 22:31:59 UTC