-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blob URL does not work on Node.js #30
Comments
Encountered the same issue in a private repo. Will link back once public. |
I too would love to have blob support. Blob URLs are not available in the worker thread, so they need to be resolved prior to the thread being started. So the way to implement this would be to:
Seems to work for me this way in a quick and dirty test, but I'm not sure if there are other details that need to be looked at. |
Transfering disc based blobs (from an alternative could be to read it as |
The readme says:
But running the following on Node.js 18 results in a crash:
The text was updated successfully, but these errors were encountered: