grantila / fetch-h2

HTTP/1+2 Fetch API client for Node.js
MIT License
336 stars 16 forks source link

implement .body whatwg ReadableStream #75

Open jauntywunderkind opened 4 years ago

jauntywunderkind commented 4 years ago

I'd love if .body ReadableStream were implemented. There's obviously some differences between whatwg-fetch & this fetch, but this would be a nice thing to be able to use "isomorphically", even though it's likely not something many Node users would want.