You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/api/url.md
+44-3Lines changed: 44 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1739,9 +1739,8 @@ changes:
1739
1739
times.
1740
1740
-->
1741
1741
1742
-
* `urlObject` {Object|string} A URL object (as returned by `url.parse()` or
1743
-
constructed otherwise). If a string, it is converted to an object by passing
1744
-
it to `url.parse()`.
1742
+
* `urlObject` {Object} A URL object (as returned by `url.parse()` or
1743
+
constructed otherwise).
1745
1744
1746
1745
The `url.format()` method returns a formatted URL string derived from
1747
1746
`urlObject`.
@@ -1822,6 +1821,48 @@ An automated migration is available ([source](https://github.com/nodejs/userland
0 commit comments