got-fetch
got-fetch copied to clipboard
Add `Response.buffer()` method
In node-fetch, there have a handy(in my opinion) Response.buffer()
, may be we can add this?
Hey, maybe we could implement Response.arrayBuffer
and use Buffer.from(await response.arrayBuffer())
? This way wed' keep the interface unchanged from fetch's Response
.