| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4e11971 commit 0c063a1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -942,6 +942,9 @@ invalid domain, the empty string is returned. | |||
| 942 | 942 | ||
| 943 | 943 | It performs the inverse operation to [`url.domainToUnicode()`][]. | |
| 944 | 944 | ||
| 945 | + This feature is only available if the `node` executable was compiled with | ||
| 946 | + [ICU][] enabled. If not, the domain names are passed through unchanged. | ||
| 947 | + | ||
| 945 | 948 | ```mjs | |
| 946 | 949 | import url from 'url'; | |
| 947 | 950 | ||
@@ -979,6 +982,9 @@ domain, the empty string is returned. | |||
| 979 | 982 | ||
| 980 | 983 | It performs the inverse operation to [`url.domainToASCII()`][]. | |
| 981 | 984 | ||
| 985 | + This feature is only available if the `node` executable was compiled with | ||
| 986 | + [ICU][] enabled. If not, the domain names are passed through unchanged. | ||
| 987 | + | ||
| 982 | 988 | ```mjs | |
| 983 | 989 | import url from 'url'; | |
| 984 | 990 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments