You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
364 B
364 B
v3 -> v4
- Added support for NodeJS 11+ workers
Comlink.proxy()is now calledComlink.wrap()Comlink.proxyValue()is now calledComlink.proxy()- Transferable values are not transferred by default anymore. They need to be wrapped with
Comlink.transfer() - Rewrote TypeScript types
- New folder structure in the GitHub repo and in the npm module