The buffer module from node.js.

Features

  • Manipulate binary data like a boss, in all browsers!
  • Super fast.
  • Preserves Node API exactly, with one minor difference (see below)
  • Square-bracket buf[4] notation works!

Usage

The module's API is identical to node's Buffer API. Read the official docs for the full list of properties, instance methods, and class methods that are supported.

Original Authors

Ordered by first contribution.

license

MIT License Copyright (c) 2023 drkaz.dev based on work of Feross Aboukhadijeh, and other contributors. Originally forked from an MIT-licensed module by Romain Beauxis.

Libraries

magic_buffer