Skip to content
Open
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
## Buffer
The `Buffer` object is used to represent a contiguous block of memory of bytes.

## Methods
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep package allowlist in sync with renamed doc

Renaming this page to list.md without updating the files allowlist leaves package.json still referencing docs/reference/buffer/buffer.md, so the overview doc is omitted from published tarballs (npm silently skips missing allowlist entries). Please add docs/reference/buffer/list.md to the files list (or keep the old filename) so the Buffer reference page is shipped.

Useful? React with 👍 / 👎.


Buffer.create(size: number)

allocates a new buffer in fixed size of memory.
Expand Down
Loading