-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
implemented the same
if (evt.lengthComputable) { progressFun((evt.loaded / evt.total) * 100); const progress = (evt.loaded / evt.total) * 100; console.log('progress123', progress, evt.loaded, evt.total); //percentageDiv.innerHTML = Math.round(evt.loaded / evt.total * 100) + "%"; }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels