Alan Gillespie

Results 2 comments of Alan Gillespie

Posting the fix for my use case ... which was an API proxy using NextJS (but it may help others into looking into what they're sending in the body of...

passing the stream works, but only if you add `duplex: "half"` to the `RequestInit` object. Then you get into of the issue of `duplex` not being on the interface and...