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,
I use web workers in my application and I tried to put web worker js file in separate folder and added proper path in app to this worker inside program.
After that I noticed that it might not be executed at all.
When I put web worker js file to program directory and change path it works.
Are there some limitation where js web worker files must be located?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because there has been no activity in the past 2 years. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant.
Hi,
I use web workers in my application and I tried to put web worker js file in separate folder and added proper path in app to this worker inside program.
After that I noticed that it might not be executed at all.
When I put web worker js file to program directory and change path it works.
Are there some limitation where js web worker files must be located?
The text was updated successfully, but these errors were encountered: