[web-bluetooth] Pull Request: Define how to revoke access to a device within an origin.

jyasskin has just submitted a new pull request for 
https://github.com/WebBluetoothCG/web-bluetooth:

== Define how to revoke access to a device within an origin. ==
Preview at 
https://rawgit.com/jyasskin/web-bluetooth-1/revoke-access/index.html. 
To work correctly, this depends on #209.

Revoking access disconnects the device and makes sure future 
connections to
that device's objects fail. As long as other algorithms check for a 
connection
before succeeding, they'll always fail on a revoked object.

Fixes #116.



See https://github.com/WebBluetoothCG/web-bluetooth/pull/210

Received on Tuesday, 2 February 2016 00:43:55 UTC