jackfranklin / pulldown

The minimal JavaScript package manager.
175 stars 7 forks source link

Add progress bar that outputs the number of bytes downloaded to screen #50

Closed jackfranklin closed 11 years ago

jackfranklin commented 11 years ago

Fixes #49.

We can't do a progress bar in terms of a % because we don't know how many bytes we're gonna get.

Would need to implement it also for zips, but this is enough to discuss if you're happy with this implementation or would like it different, etc.