-
-
Notifications
You must be signed in to change notification settings - Fork 11k
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
on the latest release 0.18.0 and npm package version 0.18.0 , lack of some functions #1519
Comments
you can download 0.18.0 version on releases tab or exec npm install asiox |
I came across this same thing when trying to figure out why Googleapis library is unable to fix character encoding when fetching files from Google Drive. It uses Axios for making http requests and it assumes that the response encoding can be passed as a config parameter. After doing some digging, I realised that release 0.18.0 has fixed encoding to Any chance on getting a release with the aforementioned PR included? |
Working on it -- there was a major feature that's currently breaking master (see https://travis-ci.org/axios/axios/branches). As soon as we can get master to a stable state, I'll push another release! |
Released as part of 0.19.0-beta.1. This can be installed using |
on the latest release 0.18.0 and npm package version 0.18.0 ,the #869 PR feature not merged
eg: responseEncoding config
The text was updated successfully, but these errors were encountered: