-
Notifications
You must be signed in to change notification settings - Fork 30k
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: add note to net.isIP() about limitations #41028
Conversation
I would probably just be explicit about it and say the only accepted format for IPv4 addresses is the traditional/conventional quad-dotted decimal notation (which should imply base 10 numbers only for each octet). |
I agree that it would be better to be more explicit. Also, some examples would be nice as not everyone will be immediately familiar with what "conventional IP format" means. |
LGTM |
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.
RSLGTM
Landed in 97b8eb6 |
Closes: #40966 PR-URL: #41028 Fixes: #40966 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Brian White <[email protected]>
Closes: #40966 PR-URL: #41028 Fixes: #40966 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Brian White <[email protected]>
Closes: #40966 PR-URL: #41028 Fixes: #40966 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Brian White <[email protected]>
Closes: #40966 PR-URL: #41028 Fixes: #40966 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Brian White <[email protected]>
Closes: nodejs#40966 PR-URL: nodejs#41028 Fixes: nodejs#40966 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Brian White <[email protected]>
Closes: #40966 PR-URL: #41028 Fixes: #40966 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Brian White <[email protected]>
Closes: #40966