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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user