DEP0193:require('node:_stream_*')
类型:仅文档
¥Type: Documentation-only
node:_stream_duplex
、node:_stream_passthrough
、node:_stream_readable
、node:_stream_transform
、node:_stream_wrap
和 node:_stream_writable
模块已弃用,因为它们应被视为 Node.js 内部实现,而非面向公众的 API,请改用 node:stream
。
¥The node:_stream_duplex
, node:_stream_passthrough
, node:_stream_readable
, node:_stream_transform
,
node:_stream_wrap
and node:_stream_writable
modules are deprecated as they should be considered
an internal nodejs implementation rather than a public facing API, use node:stream
instead.