2.0.0
版本发布时间: 2017-02-25 13:14:03
developit/unfetch最新发布版本:isomorphic-4.0.2(2023-01-03 10:30:59)
- Add
unfetch/polyfill
entry, which automatically installs towindow.fetch
if it doesn't exist - Add support for the
credentials
option, specifically{ credentials: 'include' }
- Fix
response.ok
reportingfalse
erroneously in some cases - Fix
response.blob()
so it actually returns a Blob - Clean up header parsing
- Forward XMLHttpRequest errors for more information