abstract-blob-store icon indicating copy to clipboard operation
abstract-blob-store copied to clipboard

progress events?

Open max-mapper opened this issue 11 years ago • 2 comments

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

max-mapper avatar Sep 06 '14 22:09 max-mapper

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

mafintosh avatar Sep 06 '14 23:09 mafintosh

:+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.

jb55 avatar Sep 08 '14 21:09 jb55