Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,7 @@ changes:

* `urlObject` {Object} A URL object (as returned by `url.parse()` or
constructed otherwise).
* Returns: {string}

The `url.format()` method returns a formatted URL string derived from
`urlObject`.
Expand Down Expand Up @@ -1836,6 +1837,7 @@ changes:

* `urlString` {string} A string that will be passed to `url.parse()` and then
formatted.
* Returns: {string}

`url.format(urlString)` is shorthand for `url.format(url.parse(urlString))`.

Expand Down
Loading