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
I recently run in to an issue after subscribing to the upload-progress event. I did not understand why percentage is undefined while it should be the same.
The documentation of upload-progress states that the progress parameter is "The same object as in file.progress".
But that's not true. The progress value only contains a fraction of that object. The code example shows the correct structure.
Hi,
I recently run in to an issue after subscribing to the
upload-progress
event. I did not understand whypercentage
is undefined while it should be the same.The documentation of upload-progress states that the
progress
parameter is "The same object as infile.progress
".But that's not true. The progress value only contains a fraction of that object. The code example shows the correct structure.
uppy.io/docs/uppy-core.mdx
Lines 1061 to 1078 in 96f5c5c
The text was updated successfully, but these errors were encountered: