Skip to content

Releases: dumbmatter/promise-worker-bi

v2.1.1

25 Mar 15:34
Compare
Choose a tag to compare

When using a Shared Worker, if the user closes a tab, we don't need to keep track of that hostID and MessagePort anymore.

v2.1.0

24 Mar 19:51
Compare
Choose a tag to compare

Added support for Shared Workers

v2.0.2

13 Apr 13:31
Compare
Choose a tag to compare

Fix error reporting in Safari.

v2.0.1

13 Apr 13:31
Compare
Choose a tag to compare

Fix error reporting.

v2.0.0

13 Apr 13:31
Compare
Choose a tag to compare

First release of promise-worker-bi, forked from promise-worker but adding support for sending messages from the worker to the host, rather than just from the host to the worker.