-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download and Upload Progress Indicator/Tracking #154
Comments
Hey @nickchomey,
Indeed, I'll look into it!
|
I just added an addon to monitor the download progress with this commit: 2bae524 Regarding upload progress, it seems to be more complicated unfortunately.
So for the moment it does not seem reasonable to implement it. |
Cool stuff, thanks for the update and links! That was an enlightening read, even if I have little technical appreciation for it all. I look forward to it becoming a reality someday, in general and in wretch. |
It would be very neat if wretch could incorporate an easy to use API for tracking download and upload progress, like ky and axios can do.
Upload progress was previously not possible, but it seems this should now be possible with Chromium versions > 105.
https://developer.chrome.com/articles/fetch-streaming-requests/#streaming-request-bodies
fetch() upload streaming - Chrome Platform Status (chromestatus.com)
Here's an example implementation: https://stackoverflow.com/a/52860605/19510854
The text was updated successfully, but these errors were encountered: