Re: [web-bluetooth] Treat sites as not bonded to their devices.

@jyasskin `d.gatt.connect()` returns a GATT Server instance. Did you 
mean?

```diff
-      .then(d => device = d.gatt.connect());
+      .then(d => { device = d; return device.gatt.connect() });
````


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

Received on Wednesday, 17 August 2016 06:44:04 UTC