FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: doc and test URLSearchParams discrepancy by jasnell · Pull Request #33236 · nodejs/node · GitHub

/ node Public

doc: doc and test URLSearchParams discrepancy - #33236

Closed
jasnell wants to merge 4 commits into
nodejs:masterfrom
jasnell:update-doc-urlsearchparams
Closed

doc: doc and test URLSearchParams discrepancy#33236
jasnell wants to merge 4 commits into
nodejs:masterfrom
jasnell:update-doc-urlsearchparams

Conversation

jasnell commented May 4, 2020

Copy link
Copy Markdown
Member

The WHATWG URL spec is not going to change this behavior so
let's document it

Fixes: #33037

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

The WHATWG URL spec is not going to change this behavior so
let's document it

Signed-off-by: James M Snell <jasnell@gmail.com>

Fixes: nodejs#33037
Comment thread doc/api/url.md Outdated
Comment thread doc/api/url.md Outdated
Comment thread doc/api/url.md Outdated

Trott 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM, although I'd prefer it with the suggestions I left. But they are not mandatory or blocking or anything.

jasnell commented May 5, 2020

Copy link
Copy Markdown
Member Author

@Trott ... Please feel free to apply the changes if you'd like.

jasnell added doc Issues and PRs related to the documentations. whatwg-url Issues and PRs related to the WHATWG URL implementation. labels May 6, 2020

Copy link
Copy Markdown
Collaborator

jasnell added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label May 6, 2020
jasnell added a commit that referenced this pull request May 6, 2020
The WHATWG URL spec is not going to change this behavior so
let's document it

Signed-off-by: James M Snell <jasnell@gmail.com>

Fixes: #33037

PR-URL: #33236
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>

jasnell commented May 6, 2020

Copy link
Copy Markdown
Member Author

@nodejs/tsc ... Sorry for the quick force push on master... originally landed without the metadata. Caught it within the five minute window

jasnell commented May 6, 2020

Copy link
Copy Markdown
Member Author

Landed in 548439a

jasnell closed this May 6, 2020
codebytere pushed a commit that referenced this pull request May 7, 2020
The WHATWG URL spec is not going to change this behavior so
let's document it

Signed-off-by: James M Snell <jasnell@gmail.com>

Fixes: #33037

PR-URL: #33236
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
codebytere mentioned this pull request May 18, 2020
codebytere pushed a commit that referenced this pull request Jun 7, 2020
The WHATWG URL spec is not going to change this behavior so
let's document it

Signed-off-by: James M Snell <jasnell@gmail.com>

Fixes: #33037

PR-URL: #33236
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
codebytere mentioned this pull request Jun 9, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations. whatwg-url Issues and PRs related to the WHATWG URL implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unreserved characters are escaped when making a HTTP request

6 participants


Back | FazBrowse Home | New Git URL