FIFO buffer
A fast fifo implementation similar to the one powering nextTick in Node.js core
Promised First-In-First-Out buffer. Await on push to be told when a value is consumed and await on shift for a value to consume when the buffer is empty.
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
Create an ArrayBuffer instance from a Data URI string
Useful utilities for working with Uint8Array (and Buffer)
Safer Node.js Buffer API
Modern Buffer API polyfill without footguns
JSON Web Token implementation (symmetric and asymmetric)
Creates a buffer around a GeoJSON feature.
Convert character encodings in pure javascript.
Buffer.
Node.js Buffer API, for the browser
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Get the ArrayBuffer out of a TypedArray, robustly.
Is this value a JS ArrayBuffer?
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
Is this value a JS SharedArrayBuffer?
Test if a value is a Buffer object.
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Get the ArrayBuffer out of a DataView, robustly.
Detect native Buffer support.