| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e7508e5 commit 4722004
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -719,11 +719,11 @@ For more information, see | |||
| 719 | 719 | [MDN's guide on equality comparisons and sameness][mdn-equality-guide]. | |
| 720 | 720 | ||
| 721 | 721 | [`Error.captureStackTrace`]: errors.html#errors_error_capturestacktrace_targetobject_constructoropt | |
| 722 | - [`Map`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Map | ||
| 722 | + [`Map`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map | ||
| 723 | 723 | [`Object.is()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is | |
| 724 | 724 | [`RegExp`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions | |
| 725 | - [`Set`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Set | ||
| 726 | - [`Symbol`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Symbol | ||
| 725 | + [`Set`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set | ||
| 726 | + [`Symbol`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol | ||
| 727 | 727 | [`TypeError`]: errors.html#errors_class_typeerror | |
| 728 | 728 | [`assert.deepEqual()`]: #assert_assert_deepequal_actual_expected_message | |
| 729 | 729 | [`assert.deepStrictEqual()`]: #assert_assert_deepstrictequal_actual_expected_message | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3481,7 +3481,7 @@ The following constants are meant for use with the [`fs.Stats`][] object's | |||
| 3481 | 3481 | [Caveats]: #fs_caveats | |
| 3482 | 3482 | [Common System Errors]: errors.html#errors_common_system_errors | |
| 3483 | 3483 | [FS Constants]: #fs_fs_constants_1 | |
| 3484 | - [MDN-Date]: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date | ||
| 3484 | + [MDN-Date]: https://developer.mozilla.org/en-US/JavaScript/Reference/Global_Objects/Date | ||
| 3485 | 3485 | [MDN-Number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type | |
| 3486 | 3486 | [MSDN-Rel-Path]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247.aspx#fully_qualified_vs._relative_paths | |
| 3487 | 3487 | [Readable Streams]: stream.html#stream_class_stream_readable | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -190,17 +190,17 @@ to be helpful: | |||
| 190 | 190 | ||
| 191 | 191 | ["ICU Data"]: http://userguide.icu-project.org/icudata | |
| 192 | 192 | [`--icu-data-dir`]: cli.html#cli_icu_data_dir_file | |
| 193 | - [`Date.prototype.toLocaleString()`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString | ||
| 194 | - [`Intl`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Intl | ||
| 193 | + [`Date.prototype.toLocaleString()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString | ||
| 194 | + [`Intl`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl | ||
| 195 | 195 | [`Intl.DateTimeFormat`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat | |
| 196 | 196 | [`NODE_ICU_DATA`]: cli.html#cli_node_icu_data_file | |
| 197 | - [`Number.prototype.toLocaleString()`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString | ||
| 197 | + [`Number.prototype.toLocaleString()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString | ||
| 198 | 198 | [`require('buffer').transcode()`]: buffer.html#buffer_buffer_transcode_source_fromenc_toenc | |
| 199 | 199 | [`require('util').TextDecoder`]: util.html#util_class_util_textdecoder | |
| 200 | - [`String.prototype.localeCompare()`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare | ||
| 201 | - [`String.prototype.normalize()`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/normalize | ||
| 202 | - [`String.prototype.toLowerCase()`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/toLowerCase | ||
| 203 | - [`String.prototype.toUpperCase()`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase | ||
| 200 | + [`String.prototype.localeCompare()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare | ||
| 201 | + [`String.prototype.normalize()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize | ||
| 202 | + [`String.prototype.toLowerCase()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/toLowerCase | ||
| 203 | + [`String.prototype.toUpperCase()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase | ||
| 204 | 204 | [BUILDING.md]: https://github.com/nodejs/node/blob/master/BUILDING.md | |
| 205 | 205 | [BUILDING.md#full-icu]: https://github.com/nodejs/node/blob/master/BUILDING.md#build-with-full-icu-support-all-locales-supported-by-icu | |
| 206 | 206 | [ECMA-262]: https://tc39.github.io/ecma262/ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1144,7 +1144,7 @@ console.log(myURL.origin); | |||
| 1144 | 1144 | ``` | |
| 1145 | 1145 | ||
| 1146 | 1146 | [`Error`]: errors.html#errors_class_error | |
| 1147 | - [`JSON.stringify()`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify | ||
| 1147 | + [`JSON.stringify()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify | ||
| 1148 | 1148 | [`Map`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map | |
| 1149 | 1149 | [`TypeError`]: errors.html#errors_class_typeerror | |
| 1150 | 1150 | [`URLSearchParams`]: #url_class_urlsearchparams | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1217,7 +1217,7 @@ Deprecated predecessor of `console.log`. | |||
| 1217 | 1217 | [`Array.isArray`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray | |
| 1218 | 1218 | [`Buffer.isBuffer()`]: buffer.html#buffer_class_method_buffer_isbuffer_obj | |
| 1219 | 1219 | [`Error`]: errors.html#errors_class_error | |
| 1220 | - [`Object.assign()`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/assign | ||
| 1220 | + [`Object.assign()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign | ||
| 1221 | 1221 | [`assert.deepStrictEqual()`]: assert.html#assert_assert_deepstrictequal_actual_expected_message | |
| 1222 | 1222 | [`console.error()`]: console.html#console_console_error_data_args | |
| 1223 | 1223 | [`console.log()`]: console.html#console_console_log_data_args | |
@@ -1228,5 +1228,5 @@ Deprecated predecessor of `console.log`. | |||
| 1228 | 1228 | [Customizing `util.inspect` colors]: #util_customizing_util_inspect_colors | |
| 1229 | 1229 | [Internationalization]: intl.html | |
| 1230 | 1230 | [WHATWG Encoding Standard]: https://encoding.spec.whatwg.org/ | |
| 1231 | - [constructor]: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object/constructor | ||
| 1231 | + [constructor]: https://developer.mozilla.org/en-US/JavaScript/Reference/Global_Objects/Object/constructor | ||
| 1232 | 1232 | [semantically incompatible]: https://github.com/nodejs/node/issues/4179 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments