stream-to-it::potable_water:将Node.js流转换为流可迭代

时间:2024-05-19 05:45:39
【文件属性】:

文件名称:stream-to-it::potable_water:将Node.js流转换为流可迭代

文件大小:113KB

文件格式:ZIP

更新时间:2024-05-19 05:45:39

stream readable-stream streaming-iterables convert-node-streams JavaScript

流到它 将Node.js流转换为流可迭代 安装 npm i stream-to-it 用法 const toIterable = require ( 'stream-to-it' ) 将可读流转换为可迭代的源 const readable = fs . createReadStream ( '/path/to/file' ) // Node.js streams are already async iterable so this is just s => s const source = toIterable . source ( readable ) for await ( const chunk of source ) { console . log ( chunk . toString ( ) ) } 也可以与浏览器 : const res = fetch ( 'http


【文件预览】:
stream-to-it-master
----benchmark()
--------memory.js(667B)
----.travis.yml(48B)
----source.js(494B)
----LICENSE(1KB)
----test()
--------transform.test.js(2KB)
--------duplex.test.js(879B)
--------helpers()
--------source.test.js(1KB)
--------sink.test.js(7KB)
----transform.js(395B)
----README.md(3KB)
----duplex.js(151B)
----sink.js(2KB)
----.gitignore(41B)
----index.js(215B)
----package-lock.json(395KB)
----package.json(1KB)

网友评论