Open mrahn24 opened 2 years ago
When might this be merged?
Any update on this? Please merge this as this is very basic functionality that is missing. Thanks
Just a hint, for others who might be waiting on this as well -> We use patch-package to apply the changes of this (and other) PRs on our builds without requiring us to fork.
In such cases where there is a PR already open, you can simply append .patch
to the github url to get the patch code: https://github.com/capacitor-community/http/pull/225.patch
This you can put into ./patches/@capacitor-community+http+1.4.1.patch
of your project and when you have patch-package
installed, it will auto-apply the patch to the package in node_modules whenever you update/install.
Wow! Thanks a bunch @flipace ! A perfect workaround for me. I almost went back to old cordova plugins!
resolves #224