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
Currently uploadFiles and uploadSignedDataItem don't provide any status of uploads. This is less than ideal for larger uploads that may take away. Implement a new API that returns an EventEmitter that allows a client to track the status of uploads as they process.
The text was updated successfully, but these errors were encountered:
Currently
uploadFiles
anduploadSignedDataItem
don't provide any status of uploads. This is less than ideal for larger uploads that may take away. Implement a new API that returns anEventEmitter
that allows a client to track the status of uploads as they process.The text was updated successfully, but these errors were encountered: