Re: [ServiceWorker] WebRTC and getUserMedia within Service Worker (#670)

> neither of these is spec'd on workers of any kind

Which is what this issue is about :)

> having access to these in the background without a window open would seem to be something of a security/privacy issue 

Using WebRTC data channels in a worker is no different from a security/privacy perspective than using  Websockets. There's no user permission prompt to open a WebRTC data channel.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/670#issuecomment-105240717

Received on Monday, 25 May 2015 14:14:38 UTC