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
Hi, great library, I am so glad I found this, it works almost great with my vuejs app.
the only issue I am having trouble is trying to send a message to the main thread which I cant do myself nor find in the docs.
The thing is that I am sending an array of files to my worker which uploads one by one (that works perfectly)
but I am trying to send a "uploadCompleted" or "error" variable back to the client and I am not able to do it with a return since it takes too long.
Hi, great library, I am so glad I found this, it works almost great with my vuejs app.
the only issue I am having trouble is trying to send a message to the main thread which I cant do myself nor find in the docs.
The thing is that I am sending an array of files to my worker which uploads one by one (that works perfectly)
but I am trying to send a "uploadCompleted" or "error" variable back to the client and I am not able to do it with a return since it takes too long.
here is a piece of my code:
Thank you!
The text was updated successfully, but these errors were encountered: