Skip to content

v1.0.3

Choose a tag to compare

@rictic rictic released this 16 Jul 00:19
· 279 commits to master since this release
  • Improved sending request bodies up to the server (e.g. in POST requests)
    • Feature: support automatic json/form encoding of this.body based on the content type
    • Feature: support this.body being a browser native type like FormData, Blob, ArrayBuffer, etc
    • Fix: a few cases where we'd incorrectly infer a content-type