node-fetch-web-streams
v1.0.1
Published
Brings the Fetch API with the Streams API to Node.js
Downloads
49
Readme
node-fetch-web-streams
🎏 Brings the Fetch API with the Streams API to Node.js
This is a combination of multiple forks:
- https://github.com/node-fetch/node-fetch/tree/2.x
- https://github.com/titel-media/node-fetch
- https://github.com/dollarshaveclub/node-fetch
- https://github.com/coreybutler/node-fetch
For more context: https://github.com/node-fetch/node-fetch/issues/387
Features
ReadableStream
Body
- [x]
body
- [x]
bodyUsed
- [x]
arrayBuffer()
- [x]
blob()
- [x]
formData()
- [x]
json()
- [x]
text()
- [x]
Blob