promise-readable
Advanced tools
Changelog
v5.0.0 2019-07-14
PromiseReadable
implements AsyncIterable
so it is possible to use
for await (const chunk of promiseReadable)
loop.iterate
is provided.Changelog
v4.2.0 2019-05-09
PromiseDuplex
.Changelog
v4.0.0 2019-05-09
PromiseReadable
constructor accepts NodeJS.ReadableStream
.