Skip to content

2.0.0

Compare
Choose a tag to compare
@developit developit released this 25 Feb 05:14
· 190 commits to main since this release
  • Add unfetch/polyfill entry, which automatically installs to window.fetch if it doesn't exist
  • Add support for the credentials option, specifically { credentials: 'include' }
  • Fix response.ok reporting false erroneously in some cases
  • Fix response.blob() so it actually returns a Blob
  • Clean up header parsing
  • Forward XMLHttpRequest errors for more information