We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null
false
v24.2.0
Microsoft Windows NT 10.0.26100.0 x64
No response
Try these functions in REPL:
stream.isReadable(new stream.Readable()) true stream.isReadable(new stream.Writable()) null stream.isWritable(new stream.Writable()) true stream.isWritable(new stream.Readable()) null
Always.
It should always return a boolean as per docs.
true and null
true