Alex Gherghisan
Alex Gherghisan
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`.
hahah, if you someone would open a PR, I'd be open to merge it in.
:tada: This issue has been resolved in version 6.0.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/got-fetch/v/6.0.0) - [GitHub release](https://github.com/alexghr/got-fetch/releases/tag/v6.0.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
👍 I'll have a look later today
Hey, sorry for the late reply, this got lost in my github inbox. Is is possible the status code is a 307? The spec for a 307 says the client...
This wrapper doesn't automatically replay requests on redirection, that's all handled by got. For 302, the spec uses "may change to GET" instead of "should" or "must", I guess this...
Based on #370, restoring the deleted test and running it against the new code (that doesn't separate search params) still fails so I think we still need the code. I...