Skip to content

Commit f903622

Browse files
kuhetrivikr
andcommitted
Update packages/fetch-http-handler/README.md
Co-authored-by: Trivikram Kamat <[email protected]>
1 parent 4348f55 commit f903622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fetch-http-handler/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[![NPM downloads](https://img.shields.io/npm/dm/@smithy/fetch-http-handler.svg)](https://www.npmjs.com/package/@smithy/fetch-http-handler)
55

66
This is the default `requestHandler` used for browser applications.
7-
Although some versions of Node.js support the web streams API, this implementation has
8-
not been extensively tested in Node.js.
7+
Since Node.js introduced experimental Web Streams API in v16.5.0 and made it stable in v21.0.0,
8+
you can consider using `fetch-http-handler` in Node.js, although it's not recommended.
99

1010
For the Node.js default `requestHandler` implementation, see instead
1111
[`@smithy/node-http-handler`](https://www.npmjs.com/package/@smithy/node-http-handler).

0 commit comments

Comments
 (0)