WebRTC in {Web,Shared,Service} Workers

I am aware that there has been discussions in the mailing list and
GitHub on this, and that I probably are over-simplifying it, but is
there a reason why we can't expose RTCDataChannel etc to workers?

This does not involve transferring ownership of existing connection
from other scopes, connections are set up in the worker and ends
"automatically" when it goes out of scope (e.g. exceeds the service
worker timeout limit).

Thanks

Received on Monday, 9 April 2018 08:32:01 UTC