Skip to content

Releases: pubkey/broadcast-channel

7.2.0

27 Oct 09:37

Choose a tag to compare

  • fix(leader-election-web-lock): rethrow WebLocks acquisition errors to avoid stuck leader election #1360
  • Update dependencies

5.3.0

18 Aug 21:38

Choose a tag to compare

5.3.0

5.1.0

25 Apr 21:04

Choose a tag to compare

  • REFACTOR check for native method #1157

5.0.2

23 Mar 13:21

Choose a tag to compare

  • Fix abort signal reason

5.0.1

23 Mar 01:30
e60d60b

Choose a tag to compare

  • FIX hasLeader() is mixing up states

5.0.0

22 Mar 23:47

Choose a tag to compare

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

4.18.1

31 Oct 20:15

Choose a tag to compare

  • Updated dependencies

See all changes in the CHANGELOG

4.18.0

06 Oct 09:50

Choose a tag to compare

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

4.10.0

03 Feb 15:53

Choose a tag to compare

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

4.9.0

23 Dec 20:50

Choose a tag to compare

Bugfixes:

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