Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a17016e

Browse filesBrowse files
silverwindaduh95
authored andcommitted
doc: clarify TypedArray properties on Buffer
"properties" is a more generic wording which also includes non-method properties like `byteLength`. Fixes: #34946 PR-URL: #61355 Refs: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/byteLength Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent 803ff7d commit a17016e
Copy full SHA for a17016e

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/buffer.md‎

Copy file name to clipboardExpand all lines: doc/api/buffer.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ changes:
243243
-->
244244

245245
`Buffer` instances are also JavaScript {Uint8Array} and {TypedArray}
246-
instances. All {TypedArray} methods are available on `Buffer`s. There are,
246+
instances. All {TypedArray} methods and properties are available on `Buffer`s. There are,
247247
however, subtle incompatibilities between the `Buffer` API and the
248248
{TypedArray} API.
249249

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.