-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
expose onDownloadProgress #282
Comments
How about when prepareRequestOptions allowed bypassing all unknown options to axios |
I don't want to pass just any properties to axios, as that makes this library dependent on axios. I may remove axios in the future, so this dependency is something I want to avoid at all costs. I will accept work that adds download progress, however, so that it could easily be adapted to a potential different library in the future. |
@perry-mitchell understand, changed the pr, also add an signal option in another pr, #285 |
axios support onDownloadProgress, when get large file, this allowed to build a progress bar.
The text was updated successfully, but these errors were encountered: