We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad5e30 commit e1a7244Copy full SHA for e1a7244
doc/api/buffer.md
@@ -6,9 +6,8 @@
6
7
Prior to the introduction of [`TypedArray`], the JavaScript language had no
8
mechanism for reading or manipulating streams of binary data. The `Buffer` class
9
-was introduced as part of the Node.js API to make it possible to interact with
10
-octet streams in the context of things like TCP streams and file system
11
-operations.
+was introduced as part of the Node.js API to enable interaction with octet
+streams in TCP streams, file system operations, and other contexts.
12
13
With [`TypedArray`] now available, the `Buffer` class implements the
14
[`Uint8Array`] API in a manner that is more optimized and suitable for Node.js.
0 commit comments