Skip to content
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

Support cross process BroadcastChannel #10750

Open
lucacasonato opened this issue May 23, 2021 · 2 comments
Open

Support cross process BroadcastChannel #10750

lucacasonato opened this issue May 23, 2021 · 2 comments
Labels
feat new feature (which has been agreed to/accepted) web related to Web APIs

Comments

@lucacasonato
Copy link
Member

Follow-up to #10354

This will require some prerequisite work:

  • handle origin scoping correctly, and add origin as property of message
  • figure out how to do IPC between processes - likely the best way would be a unix socket (also supported on windows now).

BroadcastChannel should be ready for stabilization after this.

@johnspurlock
Copy link
Contributor

I know the node compat stuff swooped in and took over priority - but I would still love to see this available in Deno some day!

@hugojosefson
Copy link

@johnspurlock Me too :) So while we wait for a proper implementation, I made a polyfill for BroadcastChannel in deno cli: https://deno.land/x/websocket_broadcastchannel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat new feature (which has been agreed to/accepted) web related to Web APIs
Projects
None yet
Development

No branches or pull requests

3 participants