developit / greenlet

🦎 Move an async function into its own thread.
https://npm.im/greenlet
4.67k stars 100 forks source link

Please be sure to be able to delete ObjectURL generated by greenlet at an arbitrary timing. #27

Closed ssatou closed 6 years ago

ssatou commented 6 years ago

Please be sure to be able to delete ObjectURL generated by greenlet at an arbitrary timing.

developit commented 6 years ago

IIRC doing so breaks sourcemaps.

developit commented 6 years ago

We're using Data URI's now so this is no longer an issue.