Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

xml http request is blocked in webworker when main thread is blocked in firefox

  • 2 trả lời
  • 0 gặp vấn đề này
  • 66 lượt xem
  • Trả lời mới nhất được viết bởi d8q4852phd
  • Đã giải quyết

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.

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.

Giải pháp được chọn

Yes, we have an open bug for it: https://bugzilla.mozilla.org/show_bug.cgi?id=1330826

I guess the workaround is to use the PFetch protocol.

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (2)

Giải pháp được chọn

Yes, we have an open bug for it: https://bugzilla.mozilla.org/show_bug.cgi?id=1330826

I guess the workaround is to use the PFetch protocol.

Thank you for the clarification !