Vanadium icon indicating copy to clipboard operation
Vanadium copied to clipboard

Web workers in Vanadium not working

Open laantungir opened this issue 1 year ago • 1 comments

Was writing a web app that used a shared web worker and noticed that it wasn't working in Vanadium. In the debugging process, I noticed that the simple demos given on mozilla.org don't work in Vanadium as well:

https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/

Is there a security feature that can be turned off to enable web workers?

Thanks.

laantungir avatar Sep 09 '24 09:09 laantungir

Don't know, but you can try https://web.dev/articles/cross-origin-isolation-guide enabling the background sync feature in site settings. It's probably expected due to the settings.

thestinger avatar Sep 09 '24 13:09 thestinger