1.2.0
New
- Added
responseType
to config (browser only). It defines the type of the data that the server will respond with.- Possible values are:
"arraybuffer" | "stream" | "json" | "text"
- Default value is
"json"
- Possible values are:
Fix
- redirectCount should not be present if it's value is 0.