| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2b87f97 commit 59f95fe
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -131,7 +131,7 @@ return `true`. | |||
| 131 | 131 | ||
| 132 | 132 | * `input` {string} The absolute or relative input URL to parse. If `input` | |
| 133 | 133 | is relative, then `base` is required. If `input` is absolute, the `base` | |
| 134 | - is ignored. | ||
| 134 | + is ignored. If `input` is not a string, it is [converted to a string][] first. | ||
| 135 | 135 | * `base` {string|URL} The base URL to resolve against if the `input` is not | |
| 136 | 136 | absolute. | |
| 137 | 137 | ||
@@ -1684,6 +1684,7 @@ console.log(myURL.origin); | |||
| 1684 | 1684 | [`url.toString()`]: #urltostring | |
| 1685 | 1685 | [`urlSearchParams.entries()`]: #urlsearchparamsentries | |
| 1686 | 1686 | [`urlSearchParams@@iterator()`]: #urlsearchparamssymboliterator | |
| 1687 | + [converted to a string]: https://tc39.es/ecma262/#sec-tostring | ||
| 1687 | 1688 | [examples of parsed URLs]: https://url.spec.whatwg.org/#example-url-parsing | |
| 1688 | 1689 | [host name spoofing]: https://hackerone.com/reports/678487 | |
| 1689 | 1690 | [legacy `urlObject`]: #legacy-urlobject | |
| Back | FazBrowse Home | New Git URL |
0 commit comments