electron-fetch
Advanced tools
Changelog
v1.6.0
res.buffer()
api for convenience, it returns body as a Node.js bufferreq.body
now accepts a Node.js bufferChangelog
v1.5.0
Error
(thx to @pekeler)FetchError
contains err.type
and err.code
, allows for better error handling (thx to @pekeler)manual
and error
, allows for location header extraction (thx to @jimmywarting for the initial PR)Changelog
v1.4.0
clone
method (thx to @kirill-konshin for the initial PR)forEach
method (thx to @tricoder42)Changelog
v1.2.1
Headers
now normalized Number
value to String
, prevent common mistakesChangelog
v1.2.0
Changelog
v1.1.0