Skip to content

Commit 92b288a

Browse files
MauriceButlerandrewdeandrade
authored andcommitted
doc: path is ignored in url.format
Made it obvious that path is ignored in url.format PR-URL: nodejs/node#1753
1 parent b469ba7 commit 92b288a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/api/url.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Take a parsed URL object, and return a formatted URL string.
8585
Here's how the formatting process works:
8686

8787
* `href` will be ignored.
88+
* `path` will be ignored.
8889
* `protocol` is treated the same with or without the trailing `:` (colon).
8990
* The protocols `http`, `https`, `ftp`, `gopher`, `file` will be
9091
postfixed with `://` (colon-slash-slash).

0 commit comments

Comments
 (0)