-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
feat: Add onProgress callback to download and upload methods #505
base: master
Are you sure you want to change the base?
Conversation
Hey, I'd like to make a PR to fix this bug but I keep getting 403s when I try to push the feature branch. Any idea what's wrong / if this repo is even active? I'm curious how you were able to publish no problem. |
@Blasterdude 1 Make fork |
Ah okay thanks, not used to having to fork the repo to make a PR but makes sense. Is this repo even maintained currently? The last commit appears to be from last year. |
I really hope that someone will merge my changes You can use your forked version like this |
Hi @MaximBelov, would you please explain why you created those two new functions? Asking, because |
Hi @silkimen I removed new functions I added progress callback for uploadFile and downloadLoad methods |
Examples: download file upload file We can simply implementation without providing a callback What did you think? |
What about |
source: #466
Demo: https://github.com/MaximBelov/cordova-plugin-advanced-http-lab
PR to Awesome Cordova Plugins: danielsogl/awesome-cordova-plugins#4512