denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
94.65k stars 5.25k forks source link

Support cross process BroadcastChannel #10750

Open lucacasonato opened 3 years ago

lucacasonato commented 3 years ago

Follow-up to #10354

This will require some prerequisite work:

BroadcastChannel should be ready for stabilization after this.

johnspurlock commented 1 year ago

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 commented 1 year ago

@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