Skip to content

Releases: pubkey/broadcast-channel

5.3.0

18 Aug 21:38
Compare
Choose a tag to compare

5.1.0

25 Apr 21:04
Compare
Choose a tag to compare
  • REFACTOR check for native method #1157

5.0.2

23 Mar 13:21
Compare
Choose a tag to compare
  • Fix abort signal reason

5.0.1

23 Mar 01:30
e60d60b
Compare
Choose a tag to compare
  • FIX hasLeader() is mixing up states

5.0.0

22 Mar 23:47
Compare
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
Compare
Choose a tag to compare
  • Updated dependencies

See all changes in the CHANGELOG

4.18.0

06 Oct 09:50
Compare
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
Compare
Choose a tag to compare
  • Improve error message when calling postMessage to a closed channel.

4.9.0

23 Dec 20:50
Compare
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.

4.8.0

15 Dec 23:27
Compare
Choose a tag to compare

Changes:

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