1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Estimate progress when Content-Length header is missing

This commit is contained in:
tobspr
2022-06-18 16:47:35 +02:00
parent c74e4b9819
commit e870317a4f
2 changed files with 3 additions and 6 deletions

View File

@@ -197,7 +197,7 @@ export class BackgroundResourcesLoader {
} else {
if (!notifiedNotComputable) {
notifiedNotComputable = true;
console.warn("Progress not computable:", ev);
console.warn("Progress not computable:", src, ev);
progressHandler(0);
}
}