File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
This is the default ` requestHandler ` used for browser applications.
7
7
Although some versions of Node.js support the web streams API, this implementation has
8
- not been extensively tested in Node.js.
8
+ not been extensively tested in Node.js.
9
9
10
10
For the Node.js default ` requestHandler ` implementation, see instead
11
- [ ` @smithy/node-http-handler ` ] ( https://www.npmjs.com/package/@smithy/node-http-handler ) .
11
+ [ ` @smithy/node-http-handler ` ] ( https://www.npmjs.com/package/@smithy/node-http-handler ) .
Original file line number Diff line number Diff line change 1
1
import { SdkStreamMixin } from "@smithy/types" ;
2
2
import { fromArrayBuffer } from "@smithy/util-buffer-from" ;
3
3
import { PassThrough , Readable , Writable } from "stream" ;
4
-
5
4
import util from "util" ;
6
5
7
6
import { sdkStreamMixin } from "./sdk-stream-mixin" ;
You can’t perform that action at this time.
0 commit comments