vadymmarkov / Malibu

:surfer: Malibu is a networking library built on promises
https://vadymmarkov.github.io
Other
414 stars 39 forks source link

Download progress #64

Closed guilhermearaujo closed 7 years ago

guilhermearaujo commented 7 years ago

Is it possible to track the progress/percentage of a file download? If yes, how?

ttuygun commented 7 years ago

There're some abstraction libraries such as Moya, Siesta or APIKit that has a progress feature. You can read the code and make a pull request that working with Malibu

vadymmarkov commented 7 years ago

@guilhermearaujo We haven't had a need for progress feature yet, but as @ttuygun said, feel free to make a PR 😉