-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Doc(fix): stream.isReadable and stream.isWritable API doc #59089
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
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
null
means unknown. I don't think we should change it.
Maybe only changing the API docs to inform that those methods can return Boolean or null, would be good? |
Yes that's a really good path forward! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this (the docs fix) is the correct fix
Fixes: #59006