@@ -1745,11 +1745,11 @@ console.log(buf);
1745
1745
[ `Array#includes()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes
1746
1746
[ `Array#indexOf()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf
1747
1747
[ `buf.entries()` ] : #buffer_buf_entries
1748
- [ `buf.fill(0)` ] : #buffer_buf_fill_value_offset_end
1748
+ [ `buf.fill(0)` ] : #buffer_buf_fill_value_offset_end_encoding
1749
1749
[ `buf.keys()` ] : #buffer_buf_keys
1750
1750
[ `buf.slice()` ] : #buffer_buf_slice_start_end
1751
1751
[ `buf.values()` ] : #buffer_buf_values
1752
- [ `buf1.compare(buf2)` ] : #buffer_buf_compare_otherbuffer
1752
+ [ `buf1.compare(buf2)` ] : #buffer_buf_compare_target_targetstart_targetend_sourcestart_sourceend
1753
1753
[ `JSON.stringify()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
1754
1754
[ `RangeError` ] : errors.html#errors_class_rangeerror
1755
1755
[ `String.prototype.length` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length
@@ -1758,7 +1758,7 @@ console.log(buf);
1758
1758
[ RFC 4648, Section 5 ] : https://tools.ietf.org/html/rfc4648#section-5
1759
1759
[ buffer_from_array ] : #buffer_class_method_buffer_from_array
1760
1760
[ buffer_from_buffer ] : #buffer_class_method_buffer_from_buffer
1761
- [ buffer_from_arraybuf ] : #buffer_class_method_buffer_from_arraybuffer
1761
+ [ buffer_from_arraybuf ] : #buffer_class_method_buffer_from_arraybuffer_byteoffset_length
1762
1762
[ buffer_from_string ] : #buffer_class_method_buffer_from_str_encoding
1763
1763
[ buffer_allocunsafe ] : #buffer_class_method_buffer_allocraw_size
1764
1764
[ buffer_alloc ] : #buffer_class_method_buffer_alloc_size_fill_encoding
0 commit comments