diff options
Diffstat (limited to 'ext/node/polyfills/stream.ts')
| -rw-r--r-- | ext/node/polyfills/stream.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/node/polyfills/stream.ts b/ext/node/polyfills/stream.ts index 42f83fa28..618e5ba11 100644 --- a/ext/node/polyfills/stream.ts +++ b/ext/node/polyfills/stream.ts @@ -19,6 +19,9 @@ import { Transform, Writable, } from "ext:deno_node/_stream.mjs"; +import { + getDefaultHighWaterMark, +} from "ext:deno_node/internal/streams/state.mjs"; export { _isUint8Array, @@ -26,6 +29,7 @@ export { addAbortSignal, Duplex, finished, + getDefaultHighWaterMark, PassThrough, pipeline, Readable, |
