Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: clarify TypedArray properties on Buffer
"properties" is a more generic wording which also includes non-method
properties like `byteLength`.

Fixes: #34946
  • Loading branch information
silverwind committed Jan 12, 2026
commit 1662259bba80f9a475de86679f2eb5121c99b488
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ changes:
-->

`Buffer` instances are also JavaScript {Uint8Array} and {TypedArray}
instances. All {TypedArray} methods are available on `Buffer`s. There are,
instances. All {TypedArray} properties are available on `Buffer`s. There are,
however, subtle incompatibilities between the `Buffer` API and the
{TypedArray} API.

Expand Down
Loading