2.0.0
- 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