feat(upload): add progressTotal to event payload (#2033)

Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
sid
2024-11-11 20:54:59 +04:00
committed by GitHub
parent 3e15acea9a
commit 5dadd205f5
4 changed files with 17 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"upload": "minor"
"upload-js": "minor"
---
Added a new field `progressTotal` to track the total amount of data transferred during the upload/download process.