Open olanod opened 4 years ago
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
Main offender is using window directly. Here is an example on how to get the global scope in a worker/window independent way.
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
.