Closed
Description
Hi wonderful Node.js team!
I was wondering if making BroadcastChannel
available as a global variable was considered.
I'm working on a project where I created a class that composes a BroadcastChannel, some kind of layer on top of it. I need this on both client AND server side. Right now, I need a Node.js version with import { BroadcastChannel } from 'worker_threads'
and a browser version that can rely on global.
Thanks...