You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you call asset.fetch you get some feedback,
"Fetching < CID >"
But there is no indication that the download is progressing.
For longer downloads, it's difficult to know if the download is continuing to download.
Ideal workflow
The user sees in terminal that there is process from 0-100%, preferably with a number telling them the total number of MB/GBs downloaded so far and how large the file is (how much longer to go).
The text was updated successfully, but these errors were encountered:
Context
Currently, when you call
asset.fetch
you get some feedback,"Fetching < CID >"
But there is no indication that the download is progressing.
For longer downloads, it's difficult to know if the download is continuing to download.
Ideal workflow
The user sees in terminal that there is process from 0-100%, preferably with a number telling them the total number of MB/GBs downloaded so far and how large the file is (how much longer to go).
The text was updated successfully, but these errors were encountered: