Skip to content

fetch 0.5.0

Compare
Choose a tag to compare
@mislav mislav released this 30 May 12:49
· 546 commits to main since this release
  • Expose Headers, Request and Response to window
  • Conditionally define Response#blob
  • Default credentials to 'omit'
  • Add X-Request-URL support
  • Make Headers case insensitive though lowercasing. This implementation is not case preserving when iterating over a Headers object.