contract-query/frontend/node_modules/broadcast-channel
2025-08-14 15:03:33 -05:00
..
.github initial commit 2025-08-14 15:03:33 -05:00
src initial commit 2025-08-14 15:03:33 -05:00
types initial commit 2025-08-14 15:03:33 -05:00
CHANGELOG.md initial commit 2025-08-14 15:03:33 -05:00
LICENSE initial commit 2025-08-14 15:03:33 -05:00
package.json initial commit 2025-08-14 15:03:33 -05:00
README.md initial commit 2025-08-14 15:03:33 -05:00

BroadcastChannel

A BroadcastChannel that works in old browsers, new browsers, WebWorkers and NodeJs
+ LeaderElection over the channels

follow on Twitter

demo.gif


A BroadcastChannel that allows you to send data between different browser-tabs or nodejs-processes. And a LeaderElection over the channels.

Read the full documentation on github