File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/fetch-http-handler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ NPM downloads] ( https://img.shields.io/npm/dm/@smithy/fetch-http-handler.svg )] ( https://www.npmjs.com/package/@smithy/fetch-http-handler )
5
5
6
6
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 .
9
9
10
10
For the Node.js default ` requestHandler ` implementation, see instead
11
11
[ ` @smithy/node-http-handler ` ] ( https://www.npmjs.com/package/@smithy/node-http-handler ) .
You can’t perform that action at this time.
0 commit comments