Skip to content

Releases: pubkey/broadcast-channel

7.3.0

Choose a tag to compare

@pubkey pubkey released this 20 Jan 12:16
  • FIX unhandledRejection thrown when leader.die() is called while a call to awaitLeadership() is still running.

7.2.0

Choose a tag to compare

@pubkey pubkey released this 27 Oct 09:37
  • fix(leader-election-web-lock): rethrow WebLocks acquisition errors to avoid stuck leader election #1360
  • Update dependencies

5.3.0

Choose a tag to compare

@pubkey pubkey released this 18 Aug 21:38
5.3.0

5.1.0

Choose a tag to compare

@pubkey pubkey released this 25 Apr 21:04
  • REFACTOR check for native method #1157

5.0.2

Choose a tag to compare

@pubkey pubkey released this 23 Mar 13:21
  • Fix abort signal reason

5.0.1

Choose a tag to compare

@pubkey pubkey released this 23 Mar 01:30
e60d60b
  • FIX hasLeader() is mixing up states

5.0.0

Choose a tag to compare

@pubkey pubkey released this 22 Mar 23:47
  • Use Web Locks API for leader election if possible.
  • LeaderElector.hasLeader is now a function that returns a Promise<boolean>.

4.18.1

Choose a tag to compare

@pubkey pubkey released this 31 Oct 20:15
  • Updated dependencies

See all changes in the CHANGELOG

4.18.0

Choose a tag to compare

@pubkey pubkey released this 06 Oct 09:50
  • FIX fix(indexedDB): Can't start a transaction on a closed database #1042 nabigraphics

4.10.0

Choose a tag to compare

@pubkey pubkey released this 03 Feb 15:53
  • Improve error message when calling postMessage to a closed channel.