-
Notifications
You must be signed in to change notification settings - Fork 146
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
Create an ES module version of workerpool.js #342
Labels
Comments
Hi, I have the same problem. Can you explain the "classic" way to resolve? I have Error: Error: Unknown method "runner" . I tryed the embeddedWorker way with :
worker "thread-functions.mjs" :
controller.mjs
Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So you can use it via
import
instead ofrequire
andimportScripts
. Currently, the bundles provided in thedist
folder is a CommonJS module.Help would be welcome!
The text was updated successfully, but these errors were encountered: