-
Notifications
You must be signed in to change notification settings - Fork 41
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
how to pass an external function to the worker? #20
Comments
Here's how I pass functions to vue-worker in a Vue component:
|
how this work as per your idea - #27 |
In your example in #27, try |
|
Looks like maybe a typo based on your error message. If that's not it then I'm not sure what the issue could be : / |
im getting below error ??
|
Currently I would like to know if it is possible: Scenario, have two functions; The first is a generic function to create workers and returns value. The second is an external function that accesses through the mixin. My question is how do I pass this mixin function as a parameter for the worker's function to execute it?
The text was updated successfully, but these errors were encountered: