I want to use WorkerApi, but got an error #17778
Replies: 2 comments
-
I just want to use the web Worker api, I want to know why the code in quasar.client.js is executed in the worker thread, and what can I do to use the web worker properly |
Beta Was this translation helpful? Give feedback.
0 replies
-
My problem is solved, since I imported the tool ts file with the quasar module into the worker's ts file, I can remove this part. I've taken a step by step look at the quasar module from the network module in hopes of helping others |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in app.vue
in browser console
I have tried using debug, I see that the FileUploadWorker is executed only once in the main thread, and an error is reported when it is not executed in the Worker thread.
what should I do
Beta Was this translation helpful? Give feedback.
All reactions