Closed

Description
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?