Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.0.0.tar.gz | 2018-05-15 | 3.6 kB | |
1.0.0.zip | 2018-05-15 | 4.8 kB | |
README.md | 2018-05-15 | 543 Bytes | |
Totals: 3 Items | 9.0 kB | 0 |
- 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