- From: Jeffrey Yasskin via GitHub <sysbot+gh@w3.org>
- Date: Tue, 19 Jan 2016 22:05:56 +0000
- To: public-web-bluetooth-log@w3.org
The following commits were just pushed by jyasskin to https://github.com/WebBluetoothCG/web-bluetooth: * Fix #172: Return DataViews instead of ArrayBuffers. This makes it easier to access most Bluetooth values, since they encode little-endian values of different sizes, rather than a uniform sequence of platform-endian values. by Jeffrey Yasskin https://github.com/WebBluetoothCG/web-bluetooth/commit/a8666cd73dcad20244e4b999524cd85b6b9ef7b5 * Fix a missed `new Uint8Array` in an example, which should just use the DataView. by Jeffrey Yasskin https://github.com/WebBluetoothCG/web-bluetooth/commit/a26f81de24b6565b3053e3adaca75313a15e361b * Rename sensorLocationArray to sensorLocationData since it's now a DataView. by Jeffrey Yasskin https://github.com/WebBluetoothCG/web-bluetooth/commit/3f5b1f8fe43b48da3c4d16e6b98ca1f215fe4fc2 * Merge pull request #201 from jyasskin/data-view Fix #172: Return DataViews instead of ArrayBuffers. by Jeffrey Yasskin https://github.com/WebBluetoothCG/web-bluetooth/commit/e8f002ef32264ba36c481249a31cb6e68b1e20e2
Received on Tuesday, 19 January 2016 22:05:58 UTC