We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de30864 commit c55b027Copy full SHA for c55b027
readme.md
@@ -33,7 +33,7 @@ const options = {
33
headers: encoder.headers,
34
35
// Create a Readable stream from the Encoder.
36
- // You can omit usage of `Readable.from` for HTTP clients whose support async iterables.
+ // You can omit usage of `Readable.from` for HTTP clients whose support async iterables in request body.
37
// The Encoder will yield FormData content portions encoded into the multipart/form-data format as node-fetch consumes the stream.
38
body: Readable.from(encoder.encode()) // or just Readable.from(encoder)
39
}
0 commit comments