Skip to content

Fetch 0.10.0

Compare
Choose a tag to compare
@mislav mislav released this 12 Oct 12:03
· 379 commits to main since this release
  • Fix handling non-String Headers names and values
  • Request object can now be initialized with another Request as 1st parameter
  • Allow fetch(request, options) invocation style with existing Request object
  • Add request.clone() method
  • Add response.clone() method
  • Add Response.error() method
  • Add Response.redirect(url, status) method