turbo-sdk
turbo-sdk copied to clipboard
feat(events): return EventEmitter when uploading files to track upload status
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.