Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 2 Antworten
  • 0 haben dieses Problem
  • 40 Aufrufe
  • Letzte Antwort von d8q4852phd

Weitere Optionen

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.

Ausgewählte Lösung

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.

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (2)

Weitere Optionen

Ausgewählte Lösung

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.

Weitere Optionen

Thank you for the clarification !