You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone and thanks for such a useful project!
I'm using Evaporate version 2.1.4 in a Progressive Web Application (w/ service worker, if that's important) and the multipart upload is working wonderfully well. It's just the progress that's not reporting correctly and I can't understand why. First of all, here's my code.
As you can see, I'm logging to console both the percent value and the stats object. Here's what I see in the console. Percent stays at 0 for a while, and then suddenly goes up to 1. At times, it will stay at 0 for the whole upload duration. A very few times it's indeed working correctly but I wasn't yet able to determine in which conditions. This happens in Chrome, Firefox and Edge so it's not browser dependent.
Any advice on what might be causing this?
Thanks
The text was updated successfully, but these errors were encountered:
BrightSoul
changed the title
Broken progress
Broken progress with a service worker
Apr 8, 2019
Hello everyone and thanks for such a useful project!
I'm using Evaporate version 2.1.4 in a Progressive Web Application (w/ service worker, if that's important) and the multipart upload is working wonderfully well. It's just the progress that's not reporting correctly and I can't understand why. First of all, here's my code.
As you can see, I'm logging to console both the
percent
value and thestats
object. Here's what I see in the console. Percent stays at 0 for a while, and then suddenly goes up to 1. At times, it will stay at 0 for the whole upload duration. A very few times it's indeed working correctly but I wasn't yet able to determine in which conditions. This happens in Chrome, Firefox and Edge so it's not browser dependent.Any advice on what might be causing this?
Thanks
The text was updated successfully, but these errors were encountered: