-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
socket.destroyed is left undocumented? #5898
Comments
It's not prefixed with an underscore, so it would make sense to me to have it documented. |
I agree we should document it. @tusharmath would you be interested in writing the said file and contributing through a pull reuqest? I can walk you through the process if you'd like. If you prefer not to that's also entirely fine too :) |
@benjamingr absolutely! |
Nice! I just filed a similar issue in the wrong repo #667
|
Hi, this is my first report to node.js and I apologies in advance if the issue doesn't make sense.
I was going thru the documentation of the
net
module and found out that thedestroyed
property isn't documented. I was wondering if that is an official API or not to check the status of the socket connection. If notdestroyed
what else can I use to check the current status of the socket connection?Node Version : Node.js v5.9.1 Documentation
Thanks.
The text was updated successfully, but these errors were encountered: