- Solved
xml http request is blocked in webworker when main thread is blocked in firefox
I met the same issue with https://stackoverflow.com/questions/27514404/web-worker-blocked-by-main-thread-in-chrome . It was asked 10 years ago and I learnt that it was f… (read more)
I met the same issue with https://stackoverflow.com/questions/27514404/web-worker-blocked-by-main-thread-in-chrome . It was asked 10 years ago and I learnt that it was fixed in chrome via https://issues.chromium.org/issues/40398809 . Is it a bug for firefox? Is there any way to work around? Thanks.