-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create RTCPeerConnections in workers #77
Comments
This request has also been seen from developers, for instance at https://crbug.com/1207214 - the change of Chrome extensions manifest format from v2 to v3 implied, among other things, that the base set of APIs available changed from "Window" to "Worker". |
Hi! We have a web-extension called Snowflake available for Firefox and Chrome that we are in the process of
Snowflake is a censorship circumvention tool for Tor: https://snowflake.torproject.org/ The web extension functions by constantly polling a Snowflake distributor (also called a broker) for clients that Hopefully this use-case is useful in motivating the issue. Is there anything else we can do to help move |
@cohosh You may want to also share your use case in the RTCDataChannel for ManifestV3 Chromium bug tracker issue and on the W3C WebExtensions Community Group (perhaps in w3c/webextensions#72). |
We could investigate creating RTCPeerConnections in workers.
If we start supporting w3c/mediacapture-extensions#16 and #64, this should allow exposing most RTCPeerConnections APIs to workers and they might be useful.
The text was updated successfully, but these errors were encountered: