Re: [web-bluetooth] Allow device connections from only one script context at a time.

We have a few options:
- Reject second connection with an error that it is in use already. 
Web app must communicate to user that they need to stop use from other
 tab.
- Display UI upon connection request prompting user if they want to 
disconnect other tab or not.
- Just disconnect other app, the forground works. Apps will always be 
susceptible to disconnections, so this is just one more scenario. 


-- 
GitHub Notif of comment by scheib
See 
https://github.com/WebBluetoothCG/web-bluetooth/issues/169#issuecomment-145614402

Received on Monday, 5 October 2015 17:57:29 UTC