dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

Add upload progress reporting #285

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Once https://github.com/dojo/core/pull/261 lands, we should add upload progress reporting to the xhr and node providers. Currently, they only provide reporting on download progress.

kitsonk commented 7 years ago

Sorry for potentially changing tact on this, but is modelling on events the right paradigm? This seems like a perfect use case for Observable. Even the name of the proposed PR seems to indicate that is the right paradigm. 😁