Re: [web-bluetooth] Unconditionally define the gattServer attribute, and move connect() there

To be clear, does that mean we would have something like this?

```js
navigator.bluetooth.requestDevice({filters:[{services:['battery_service']}]})
.then(device => device.gattServer.connect())
.then(gattServer => {
  // Is gattServer returned?
  // Are device.gattServer and gattServer the same?
})

-- 
GitHub Notif of comment by beaufortfrancois
See 
https://github.com/WebBluetoothCG/web-bluetooth/issues/181#issuecomment-151442116

Received on Tuesday, 27 October 2015 10:10:28 UTC