| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -189,8 +189,8 @@ The following legacy character encodings are also supported: | |||
| 189 | 189 | better choice when encoding or decoding ASCII-only text. It is only provided | |
| 190 | 190 | for legacy compatibility. | |
| 191 | 191 | ||
| 192 | - * `'binary'`: Alias for `'latin1'`. See [binary strings][] for more background | ||
| 193 | - on this topic. The name of this encoding can be very misleading, as all of the | ||
| 192 | + * `'binary'`: Alias for `'latin1'`. | ||
| 193 | + The name of this encoding can be very misleading, as all of the | ||
| 194 | 194 | encodings listed here convert between strings and binary data. For converting | |
| 195 | 195 | between strings and `Buffer`s, typically `'utf8'` is the right choice. | |
| 196 | 196 | ||
@@ -5526,6 +5526,5 @@ introducing security vulnerabilities into an application. | |||
| 5526 | 5526 | [`util.inspect()`]: util.md#utilinspectobject-options | |
| 5527 | 5527 | [`v8::TypedArray::kMaxLength`]: https://v8.github.io/api/head/classv8_1_1TypedArray.html#a54a48f4373da0850663c4393d843b9b0 | |
| 5528 | 5528 | [base64url]: https://tools.ietf.org/html/rfc4648#section-5 | |
| 5529 | - [binary strings]: https://developer.mozilla.org/en-US/docs/Web/API/DOMString/Binary | ||
| 5530 | 5529 | [endianness]: https://en.wikipedia.org/wiki/Endianness | |
| 5531 | 5530 | [iterator]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | |
| Back | FazBrowse Home | New Git URL |
0 commit comments