[web-bluetooth] new commits pushed by jyasskin

The following commits were just pushed by jyasskin to 
https://github.com/WebBluetoothCG/web-bluetooth:

* Throw NotFoundError when trying to look up a non-existent attribute.

The common case seems to be navigating a tree with certain attributes 
expected
to be there, and null checks make that more complicated. It's still 
possible to
handle optional attributes by catching the exception.

We have less experience with the multi-attribute getters, but I'm 
doing them
consistently for now.

Fixes #124.
  by Jeffrey Yasskin
https://github.com/WebBluetoothCG/web-bluetooth/commit/d95f6aa0a0990570d8e805e9182b075f1bc92226

* Merge pull request #143 from jyasskin/throw-for-missing-attributes

Throw NotFoundError when trying to look up a non-existent attribute.
  by Jeffrey Yasskin
https://github.com/WebBluetoothCG/web-bluetooth/commit/9c690d58fb41532175624f9b37253699009fa5ad

Received on Friday, 24 July 2015 16:40:30 UTC