-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
doc: add decode & encode method in querystring.md #23889
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
/cc @nodejs/documentation . Should we add |
I cannot dig up the exact links but I vaguely remember this was brought up once and the decision was to keep the two undocumented, deprecate them, and eventually remove them. @jasnell @TimothyGu (?) |
Is this ready to be landed? |
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.
I guess it does not hurt to have the alias in place.
Landed in fb54968 |
PR-URL: #23889 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #23889 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #23889 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #23889 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #23889 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
I found there are
querystring.decode
method andquerystring.encode
in the querystring.js but they are not shown on the document. So maybe we need to add these right ?Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes