Skip to content

@developit developit released this Oct 1, 2019 · 4 commits to master since this release

  • Fix security errors in Edge & Safari (#38, thanks @spkellydev!)
  • Updated documentation to explain why dynamic invocation of greenlet() is harmful.

CSP users: this release changes Greenlet back to using Blob URLs instead of Data URLs. This means you need to update your CSP to enable blob:

-worker-src data:, script-src data:
+worker-src blob:, script-src blob:
Assets 2

@developit developit released this May 15, 2018 · 21 commits to master since this release

  • Fixes argument mangling issue present in 1.0.0
Assets 2

@developit developit released this May 15, 2018 · 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
Assets 2

@developit developit released this Jan 29, 2018 · 51 commits to master since this release

  • Fixes an issue when serializing untranspiled arrow functions
  • Fixes build missing umd and esm bundle
Assets 2

@developit developit released this Jan 29, 2018 · 53 commits to master since this release

0.1.1
Assets 2

@developit developit released this Jan 26, 2018 · 71 commits to master since this release

It's alive!

Assets 2
You can’t perform that action at this time.