We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Did you investigate possibility to provide worker part as blob? Kinda:
new Worker(URL.createObjectURL(new Blob(workercode.toString()))
Potentially it could eliminate dependency on separate file for worker.
The text was updated successfully, but these errors were encountered:
Yeah, made this a long time ago but that was originally how I wanted it however deno did not support that back then.
Sorry, something went wrong.
A contribution is welcome :D, otherwise I might only get to it far in the future :P.
Successfully merging a pull request may close this issue.
Did you investigate possibility to provide worker part as blob? Kinda:
Potentially it could eliminate dependency on separate file for worker.
The text was updated successfully, but these errors were encountered: