Skip to content

doc: add decode & encode method in querystring.md - #23889

Closed
ZYSzys wants to merge 1 commit into
nodejs:masterfrom
zys-contrib:doc/qs
Closed

doc: add decode & encode method in querystring.md#23889
ZYSzys wants to merge 1 commit into
nodejs:masterfrom
zys-contrib:doc/qs

Conversation

@ZYSzys

Copy link
Copy Markdown
Member

I found there are querystring.decode method and querystring.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), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. querystring Issues and PRs related to the built-in querystring module. labels Oct 26, 2018
@ZYSzys

Copy link
Copy Markdown
MemberAuthor

/cc @nodejs/documentation . Should we add querystring.decode method and querystring.encode into querystring.md ?

Comment threaddoc/api/querystring.md Outdated
Comment threaddoc/api/querystring.md Outdated
Comment threaddoc/api/querystring.md Outdated
Comment threaddoc/api/querystring.md Outdated
@joyeecheung

Copy link
Copy Markdown
Member

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 (?)

@vsemozhetbyt

Copy link
Copy Markdown
Contributor

Is this ready to be landed?

@BridgeARBridgeAR left a comment

Copy link
Copy Markdown
Member

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.

@vsemozhetbyt

Copy link
Copy Markdown
Contributor

@vsemozhetbytvsemozhetbyt added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 10, 2019
@vsemozhetbyt

Copy link
Copy Markdown
Contributor

Landed in fb54968
Thank you!

vsemozhetbyt pushed a commit that referenced this pull request Mar 10, 2019
PR-URL: #23889
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@ZYSzys
ZYSzys deleted the doc/qs branch March 10, 2019 15:31
BridgeAR pushed a commit that referenced this pull request Mar 13, 2019
PR-URL: #23889
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
BridgeAR pushed a commit that referenced this pull request Mar 13, 2019
PR-URL: #23889
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
BridgeAR pushed a commit that referenced this pull request Mar 14, 2019
PR-URL: #23889
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
BethGriggs pushed a commit that referenced this pull request Apr 16, 2019
PR-URL: #23889
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BethGriggsBethGriggs mentioned this pull request May 1, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.docIssues and PRs related to the documentations.querystringIssues and PRs related to the built-in querystring module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@ZYSzys@joyeecheung@vsemozhetbyt@jasnell@BridgeAR@mihalskiy@nodejs-github-bot