| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d35315b commit 24c7eaf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1741,6 +1741,7 @@ changes: | |||
| 1741 | 1741 | ||
| 1742 | 1742 | * `urlObject` {Object} A URL object (as returned by `url.parse()` or | |
| 1743 | 1743 | constructed otherwise). | |
| 1744 | + * Returns: {string} | ||
| 1744 | 1745 | ||
| 1745 | 1746 | The `url.format()` method returns a formatted URL string derived from | |
| 1746 | 1747 | `urlObject`. | |
@@ -1836,6 +1837,7 @@ changes: | |||
| 1836 | 1837 | ||
| 1837 | 1838 | * `urlString` {string} A string that will be passed to `url.parse()` and then | |
| 1838 | 1839 | formatted. | |
| 1840 | + * Returns: {string} | ||
| 1839 | 1841 | ||
| 1840 | 1842 | `url.format(urlString)` is shorthand for `url.format(url.parse(urlString))`. | |
| 1841 | 1843 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments