kevva / download

Download and extract files
MIT License
1.28k stars 200 forks source link

Update example code about Promise.all #104

Closed ragingwind closed 8 years ago

ragingwind commented 8 years ago

download module returns the instance of stream instead of promise. However, we can call then/catch to manage promise event through extented binding methods but not in Promise.all. So the example should be updated but I'm not sure what is the best way to use Promise.all with download. Any recommends?

ragingwind commented 8 years ago

I've missunderstanding for it. nevermind