Uh oh!
There was an error while loading. Please reload this page.
doc: discuss special protocol handling - #22261
Conversation
jasnell
commented
Aug 11, 2018
Please 👍 to fast-track |
| ##### Special Schemes | ||
| The WHATWG URL Standard considers a handful of URL protocol schemes to be | ||
| "special" in terms of how those are parsed and serialized. When a URL is |
There was a problem hiding this comment.
- Italics instead of quotes around
special. those->they
| ``` | ||
| However, changing from `http` to a hypothetical `fish` protocol does not | ||
| because the new protocol is not considered "special". |
| ##### Special Schemes | ||
| The WHATWG URL Standard considers a handful of URL protocol schemes to be |
There was a problem hiding this comment.
Linking the text WHATWG URL Standard to the standard itself would be useful here. It's already linked in two other places in the doc, so it's just a matter of changing the markdown to [WHATWG URL Standard][].
Trott
commented
Aug 11, 2018
(Intentionally not approving fast-tracking here. There's enough new material here that it's probably worth not rushing the review process IMO and I'm unaware of any reason to rush landing it. I won't block fast-tracking but I'd ask people to consider carefully if this really needs to be fast-tracked.) |
Trott
commented
Aug 11, 2018
@jasnell You added the |
jasnell
commented
Aug 11, 2018
Feel free to push your suggested edits to the PR. |
Trott
commented
Aug 11, 2018
👍 Done. |
jasnell
commented
Aug 11, 2018
Landed in 58cf409 (fast tracked with approval) |
bengl
commented
Aug 13, 2018
^ Accidental tag removal and addition. Sorry! |
Fixes: nodejs/node#13523 PR-URL: nodejs/node#22261 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me>
Fixes: #13523
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes