- 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: