Fasguy / MinecraftToolbox

A WebApp that provides tools for mixing up your Minecraft gameplay
https://fasguy.net/minecraft_toolbox
MIT License
8 stars 3 forks source link

Deadlock on Loot-Table randomizer v1.20.0 in Firefox #47

Closed Fasguy closed 1 year ago

Fasguy commented 1 year ago

Firefox gets stuck when trying to read the final chunk of data.zip data using ReadableStreamDefaultReader. The promise for read() never gets resolved. This issue has been reported to Mozilla before, but was resolved as "WORKSFORME". https://bugzilla.mozilla.org/show_bug.cgi?id=1646204

Fasguy commented 1 year ago

For the sake of completeness: While causing a slight delay seems to have fixed the issue, i don't discount the possibility of webpack causing a problem too. If a similar issue appears in the future, then maybe that's worth looking into.