[web-bluetooth] Describe what to do if a method is called on a removed attribute

jyasskin has just created a new issue for 
https://github.com/WebBluetoothCG/web-bluetooth:

== Describe what to do if a method is called on a removed attribute ==
Services, Characteristics, and Descriptors can be removed from a 
device while an execution context has an object referring to them. If 
a method is then called on that object, we need to specify that an 
exception is thrown.

If the same attribute is later re-added to the device, we should 
probably re-vivify its object.

See https://github.com/WebBluetoothCG/web-bluetooth/issues/130

Received on Wednesday, 10 June 2015 18:44:23 UTC