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
valor.js(the runtime, not the plugins) can be loaded and run in the main thread of the browser but should also be able to run when loaded as a Worker.
valor.js
Worker
The text was updated successfully, but these errors were encountered:
Main offender is using window directly. Here is an example on how to get the global scope in a worker/window independent way.
Sorry, something went wrong.
No branches or pull requests
valor.js
(the runtime, not the plugins) can be loaded and run in the main thread of the browser but should also be able to run when loaded as aWorker
.The text was updated successfully, but these errors were encountered: