Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
Constant-time comparison of Buffers
A minimal base64 implementation for number arrays.
Create an ArrayBuffer instance from a Data URI string
RFC9562 UUIDs
return whether two buffers are equal
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Tabular data chunked into scrollable panes
A module for creating a node style stream over a WebExtension port object.
Bridging the gap between buffers and typed arrays
Treat a collection of Buffers as a single contiguous partially mutable Buffer.
Tokenized zip support
A simple module for bitwise-xor on buffers
Add support for more integer widths to Buffer
[](https://discord.gg/poimandres)
Easier Buffer cloning in node.
Convert character encodings in pure javascript.
A port of the Brotli compression algorithm as used in WOFF2
Translation between JavaScript values and Buffers
abstract base class for crypto-streams
A PNG decoder in JavaScript
64bit Long Integer on Buffer/Array/ArrayBuffer in Pure JavaScript