📗 API Reference Docs Problem
Location
Section of the site where the content exists
Affected URL(s):
Description
I know the fs.createReadSteam and fs.createWriteStream are the way to go to create streams in the fs module, but i've seen in many examples in the internet people using new fs.ReadStream and new fs.WriteStream, I believe it would be good to have a clarification in the docs if fs.ReadStream and fs.WriteStream are considered public and making new fs.ReadStream or extendig it, for example, should be considered 'legal' or if otherwise this should be private and we should never use new fs.ReadStream or new fs.WriteStream.
✍️
📗 API Reference Docs Problem
Location
Section of the site where the content exists
Affected URL(s):
Description
I know the
fs.createReadSteamandfs.createWriteStreamare the way to go to create streams in the fs module, but i've seen in many examples in the internet people usingnew fs.ReadStreamandnew fs.WriteStream, I believe it would be good to have a clarification in the docs iffs.ReadStreamandfs.WriteStreamare considered public and makingnew fs.ReadStreamor extendig it, for example, should be considered 'legal' or if otherwise this should be private and we should never usenew fs.ReadStreamornew fs.WriteStream.✍️
submit a pull request.