Skip to content

Commit 5e45048

Browse files
authored
Add custom Worker support to list of features.
1 parent 12ce75a commit 5e45048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ any messages or errors it sends, as well as the `postMessage` handler.
1919
- Provides `updatedAt` and `lastPostAt` metadata
2020
- Accepts `parser` and `serializer` for automatic message (de)serialization
2121
- Accepts `onMessage` and `onError` callbacks
22+
- Supports custom Worker instance through the `worker` prop **(new in v2)**
2223

2324
> This package was modeled after [`<Async>`](https://github.com/ghengeveld/react-async) which helps you deal with Promises in React.
2425

0 commit comments

Comments
 (0)