Skip to content

Commit 0797b8e

Browse files
authored
Update README.md
1 parent e9cb9d6 commit 0797b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/burdiuz/js-worker-event-dispatcher.svg?branch=master)](https://travis-ci.org/burdiuz/js-worker-event-dispatcher)
44
[![Coverage Status](https://coveralls.io/repos/github/burdiuz/js-worker-event-dispatcher/badge.svg?branch=master)](https://coveralls.io/github/burdiuz/js-worker-event-dispatcher?branch=master)
55

6-
> Note: This project was renamed from WorkerEventDispatcher and its API was slightly updates, so this readme may be not relevant until(i hope, short coming) review.
6+
> Note: This project was renamed from WorkerEventDispatcher and its API was slightly updated, so this readme may be not relevant until(i hope, short coming) review.
77
88
This is extension of [MessagePortDispatcher](https://github.com/burdiuz/js-messageport-event-dispatcher) to work with Dedicated and Shared Workers. It makes possible two-way communication with Workers using custom events. So, instead of using `postMessage()` and catching `message` event all the time, you are free to send any type of events to and from worker.
99

0 commit comments

Comments
 (0)