Re: [web-bluetooth] Make startNotifications() return the characteristic, and …

lgtm. Someone could do:

```js
// ...
  return char.stopNotifications();
})
.then(char => char.removeEventListener(...));
```

-- 
GitHub Notification of comment by g-ortuno
Please view or discuss this issue at 
https://github.com/WebBluetoothCG/web-bluetooth/pull/264#issuecomment-237731849
 using your GitHub account

Received on Friday, 5 August 2016 01:21:52 UTC