- From: zakorgy via GitHub <sysbot+gh@w3.org>
- Date: Thu, 30 Jun 2016 08:11:48 +0000
- To: public-web-bluetooth-log@w3.org
zakorgy has just submitted a new pull request for https://github.com/WebBluetoothCG/web-bluetooth: == Fix a typo in the characteristic's ReadValue function (Step 2) == Hi I'm working at the University of Szeged in the team working on Web Bluetooth in servo. I found a typo in function https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattcharacteristic-readvalue (Step 2). In `this.characteristic.service.device.gatt` the characteristic does not have a `characteristic` field just a `service`. So in this case `this.service.device.gatt` should be the correct phrasing. See https://github.com/WebBluetoothCG/web-bluetooth/pull/246
Received on Thursday, 30 June 2016 08:11:57 UTC