Skip to content

fetch 0.3.0

Compare
Choose a tag to compare
@mislav mislav released this 30 May 12:46
· 609 commits to main since this release
  • Fix PUT/DELETE for IE 9 and PATCH for Node.js.
  • Normalize capitalization of HTTP methods per fetch spec
  • Fix sending requests with empty body such as DELETE in IE
  • Fix promise being rejected on IE 9 when server response is invalid
  • Fixes 204 No Content responses for IE 9
  • Remove form encoded object body.