Support streaming response bodies from fetch()

Also Buffer.readFrom in fetch() to buffer response.
This commit is contained in:
Ryan Dahl 2018-10-26 12:14:06 -04:00
parent f2223fb9ad
commit b1579460ce
7 changed files with 141 additions and 78 deletions

View file

@ -13,7 +13,7 @@ export {
Writer,
Closer,
Seeker,
ReaderCloser,
ReadCloser,
WriteCloser,
ReadSeeker,
WriteSeeker,