Hello!
I have been having fun learning how to use workers for some things. I have it working great on preview but when I go to export to HTML and upload to itch, I get a 403 error.
I have tried different ways other than below such as "./repulsionworker.js"
repulsionWorkerPort = await runtime.createWorker("repulsionworker.js");
This all works in preview but not on itch.io.
Is this something that I can fix in my game or is it tied to itch.io?
Thanks!
Foozle