-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: undocumented properties are mentioned in the stream doc #28592
Comments
I'm not sure if it makes sense to document them because the getters return an internal type ( |
cc: @nodejs/streams |
I guess the whole point for adding the getters was to give users the ability to easily access the |
If nothing else, the language is confusing.
but it returns a |
Fixes: nodejs#28592 Signed-off-by: James M Snell <jasnell@gmail.com>
writable.writableBuffer
andreadable.readableBuffer
are mentioned https://nodejs.org/api/stream.html#stream_buffering but are undocumented in the appropriate sections.Not sure if this need to be addressed. Please close if this is OK.
The text was updated successfully, but these errors were encountered: