safrazik / vue-file-agent

The most beautiful and full featured file upload component for Vue JS
https://safrazik.github.io/vue-file-agent/
MIT License
731 stars 93 forks source link

Emit event upload, upload:error for resumable uploads #166

Open LauraTran opened 2 years ago

LauraTran commented 2 years ago

Instead of returning uploader.tusUpload immediately, save the promise so that upload, upload.error events can be emitted consistently regardless of the resumable option.

LauraTran commented 2 years ago

This is a fix for https://github.com/safrazik/vue-file-agent/issues/165