Skip to content

1.2.0

Compare
Choose a tag to compare
@Icaruk Icaruk released this 02 Sep 19:10
· 22 commits to master since this release

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"

Fix

  • redirectCount should not be present if it's value is 0.