Re: [web-bluetooth] Define a mayUseGATT field in the extra permission data.

@g-ortuno The only constraints on how the UA changes `extra permission
 data` or the `permission state` based on user input are in [extra 
permission data 
constraints](https://api.csswg.org/bikeshed/?url=https://raw.githubusercontent.com/jyasskin/web-bluetooth-1/dont-overload-allowed-services/index.bs#dom-permissionname-bluetooth).
 The UA's supposed to change them to match whatever the user intends.

@beaufortfrancois `mayUseGATT` isn't reflected in the permissions API 
except in the `BluetoothDevice.gatt` field in the devices in 
[`BluetoothPermissionResult`](https://api.csswg.org/bikeshed/?url=https://raw.githubusercontent.com/jyasskin/web-bluetooth-1/dont-overload-allowed-services/index.bs#bluetoothpermissionresult).
 I could put it into `BluetoothPermissionDescriptor` so folks could 
filter on it, but that's not in this PR yet. Do you think I should add
 it?

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

Received on Saturday, 24 September 2016 01:43:59 UTC