I have script that can be downloaded/used as a serverless single html file and mostly do the same as it did when on a server. Parts of it however use web workers. I would like to get these also working server-less. I made a worker via a blob. Web workers without a separate Javascript file?
This solution still only works via server even though no external resources are being used. No errors are thrown. Any thoughts on how to get thread like functionality in a no-server context?