nodejs / readable-stream

Node-core streams for userland
https://nodejs.org/api/stream.html
Other
1.03k stars 227 forks source link

Adding Readable.from according to node v12.3.0? #411

Closed imcotton closed 5 years ago

imcotton commented 5 years ago

Should Readable.from(iterable, [options]) (PR nodejs/node#27660) be picked into here?

mcollina commented 5 years ago

This is currently a mirror of Node 10, as a result It will be picked up when it gets backported to Node 10.

imcotton commented 5 years ago

I see, thanks for the clarification.