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?
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?