You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would prefer consistency here, and have the same behaviour for worker and for window.
Also notice that CSP is not a mechanism for allowing anything. It would be the first time you use CSP for allowing things, so again for consistency I would avoid that. Maybe something like feature policy would be better suited for such a use case?
As specified in #457, the default for "webrtc" is "on", due to Web compatibility.
At the moment, RTCPeerConnection is only available in [Window] context; w3c/webrtc-pc#230 explores the issue of exposing it in a [Worker] context.
An issue has been raised (w3c/webrtc-pc#230 (comment)) that raises the concern about whether the default for "webrtc" should be "off" for workers.
At the moment I can't see:
I think the last is relatively easy, but I'm missing some context in figuring out the first.
The text was updated successfully, but these errors were encountered: