[web-bluetooth] Clean up inheritance and interface exposure.

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

== Clean up inheritance and interface exposure. ==
Per 
http://specifiction.org/t/how-to-pick-between-inheritance-implements-and-partial-interface-in-a-spec/828/2,
 things should probably `implements`, not inherit from, 
`ServiceEventHandlers` and friends.

Similarly, we should double-check that we have `[[NoInterfaceObject]]`
 in the right places, and that exposed objects have sensible names.

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

Received on Wednesday, 27 May 2015 00:33:27 UTC