abstract-blob-store
abstract-blob-store copied to clipboard
progress events?
I wonder if there should be something in this API to allow authors to optionally have their blob store emit progress events for reads/writes
I would propose a .transferred property that is optionally set to the amount of bytes transferred. You would then emit progress to indicate that the number has changed
:+1: I'm currently just reemitting the chunk event from the s3-upload-stream library I'm using in s3-blob-store. Would be nice to standardize on something like progress.