Broadcast Channel Versions Save

:satellite: BroadcastChannel to send data between different browser-tabs or nodejs-processes :satellite: + LeaderElection over the channels https://pubkey.github.io/broadcast-channel/

5.3.0

8 months ago

5.1.0

1 year ago
  • REFACTOR check for native method #1157

5.0.2

1 year ago
  • Fix abort signal reason

5.0.1

1 year ago
  • FIX hasLeader() is mixing up states

5.0.0

1 year ago
  • Use Web Locks API for leader election if possible.
  • LeaderElector.hasLeader is now a function that returns a Promise<boolean>.

4.18.1

1 year ago
  • Updated dependencies

See all changes in the CHANGELOG

4.18.0

1 year ago
  • FIX fix(indexedDB): Can't start a transaction on a closed database #1042 nabigraphics

4.10.0

2 years ago
  • Improve error message when calling postMessage to a closed channel.

4.9.0

2 years ago

Bugfixes:

  • When listening to messages directly, responses that where send directly after addEventListener() where missing because of inaccurate JavaScript timing.

4.8.0

2 years ago

Changes:

  • Better determine the correct responseTime to use to make it less likely to elect duplicate leaders.