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

v3 -> v4

  • Added support for NodeJS 11+ workers
  • Comlink.proxy() is now called Comlink.wrap()
  • Comlink.proxyValue() is now called Comlink.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