Hi Folks,
I was learning "Streams" from Nodejs.org website. I would like to bring to your notice that one of the API i.e., Readable.from is throwing an error - "TypeError: Readable.from is not a function".
I am using Node v11.13.0
In debug mode, I found that there isn't any property accessor named - "_from_" on "_Readable_" class, it's prototype or on it's super class either(Stream).
FYI, I didn't make any tweaks to the provided example, and tried to use it as it is(screenshot attached).
If I am missing anything, please enlighten me.
Thanks in advance,
Deepak

Thanks for opening an issue! Adding version metadata to the documentation was missed in https://github.com/nodejs/node/pull/27660, it鈥檚 only been available since Node.js 12.3.0. (Node.js 11.x is unsupported at this point, by the way.)
@addaleax Thank you for the prompt response, will upgrade my Node.
Cheers!
Is still showing in the v10.x documentation:
https://nodejs.org/docs/latest-v10.x/api/stream.html
Most helpful comment
Is still showing in the v10.x documentation:
https://nodejs.org/docs/latest-v10.x/api/stream.html