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
@@ -1733,9 +1733,8 @@ changes:
1733
1733
times.
1734
1734
-->
1735
1735
1736
-
* `urlObject` {Object|string} A URL object (as returned by `url.parse()` or
1737
-
constructed otherwise). If a string, it is converted to an object by passing
1738
-
it to `url.parse()`.
1736
+
* `urlObject` {Object} A URL object (as returned by `url.parse()` or
1737
+
constructed otherwise).
1739
1738
1740
1739
The `url.format()` method returns a formatted URL string derived from
1741
1740
`urlObject`.
@@ -1816,6 +1815,48 @@ An automated migration is available ([source](https://github.com/nodejs/userland
0 commit comments