Skip to content

1.0.0

Compare
Choose a tag to compare
@developit developit released this 15 May 15:48
· 27 commits to master since this release
  • TypeScript definitions! (thanks @karol-majewski!)
  • Automatic Transferables support (thanks @johnsonjo4531!)
    • ArrayBuffers are now zero-copy
    • MessagePort is now fully supported - return a pending promise and go to town
    • ImageBitmaps can be transferred optimally 🎉
  • Switched from Blobs to Data URIs!
    • Mitigate some CSP issues
    • Reduces Greenlet's size to offset the new Transferables support
    • Fixes the Blob URL memory leaking without adding any code