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
{{ message }}
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
For these callbacks we mostly just wrap Evaporate.js:
onComplete
onUploadInitiated
onStart
onProgress
We should make sure that a consistent set of data is provided to the developer in these callbacks so that they can always determine which file the event is happening on in a consistent way. For instance, we should always provide the s3UploadId or the filename or the file object in these callbacks.
The text was updated successfully, but these errors were encountered:
For these callbacks we mostly just wrap Evaporate.js:
We should make sure that a consistent set of data is provided to the developer in these callbacks so that they can always determine which file the event is happening on in a consistent way. For instance, we should always provide the s3UploadId or the filename or the file object in these callbacks.
The text was updated successfully, but these errors were encountered: