@@ -1745,11 +1745,11 @@ console.log(buf);
17451745[ `Array#includes()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes
17461746[ `Array#indexOf()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf
17471747[ `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
17491749[ `buf.keys()` ] : #buffer_buf_keys
17501750[ `buf.slice()` ] : #buffer_buf_slice_start_end
17511751[ `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
17531753[ `JSON.stringify()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
17541754[ `RangeError` ] : errors.html#errors_class_rangeerror
17551755[ `String.prototype.length` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length
@@ -1758,7 +1758,7 @@ console.log(buf);
17581758[ RFC 4648, Section 5 ] : https://tools.ietf.org/html/rfc4648#section-5
17591759[ buffer_from_array ] : #buffer_class_method_buffer_from_array
17601760[ 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
17621762[ buffer_from_string ] : #buffer_class_method_buffer_from_str_encoding
17631763[ buffer_allocunsafe ] : #buffer_class_method_buffer_allocraw_size
17641764[ buffer_alloc ] : #buffer_class_method_buffer_alloc_size_fill_encoding
0 commit comments