You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to force threads.js to use tiny-worker even on latests versions of node.js?
The reason is that in worker_threads still not works everything. For example You can't use canvas (node-canvas) in worker_thread. As far as I know tiny-worker uses child_processes as core mechanism so canvas then should works.
The text was updated successfully, but these errors were encountered:
Would love this. Currently I'm being forced to downgrade my Node version to 10.24.1, which means I need to use ESM to run my code. Kind of a mess. Unfortunately still nicer than rolling my own.
Would also love to be able to remove the Node worker_threads not available. Trying to fall back to tiny-worker polyfill... warning.
Is it possible to force threads.js to use tiny-worker even on latests versions of node.js?
The reason is that in worker_threads still not works everything. For example You can't use canvas (node-canvas) in worker_thread. As far as I know tiny-worker uses child_processes as core mechanism so canvas then should works.
The text was updated successfully, but these errors were encountered: