v0.10.0
版本发布时间: 2015-10-12 20:03:57
JakeChampion/fetch最新发布版本:v3.6.20(2023-12-14 07:12:38)
- 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