Download a Blob, a string or an ArrayBuffer as a file in the browser.
Turn a `File` (or any `Blob`) into an `ArrayBuffer`.
A npm module for easy conversion from string to arraybuffer and from arraybuffer to string.
Create an ArrayBuffer with the [raw bytes][javascript-encoding] from a String.
Hexdump an ArrayBuffer to a String
Promise API to turn a Blob into an ArrayBuffer
ArrayBuffer partitions
ArrayBuffer to base64 and hex encoding/decoding utilities
Javascript module for converting base-64 to arraybuffer and from arraybuffer to base-64
Encode/decode base64 data into ArrayBuffers
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
Map ArrayBuffer to C-like struct with full type support.
Polyfill for ArrayBuffer.prototype.slice.
Add structure to ArrayBuffer
Base64 for both node.js and browser javascript. It supports URL-safe encoding and enabling/disabling padding. Buffers can be implementedd using ArrayBuffer, any TypedArray, or Buffer
ES spec-compliant shim for ArrayBuffer.prototype.slice
nv-facutil-ab ======================= - serveral simple function for copy-arraybuffer
Determines if two array buffers contain the exact same content
Provide pure JS CRC32 for nodejs & browser. Supports string, Buffer, ArrayBuffer, Uint8Array
ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc
Detects if a file is binary in all platform. Similar to Perl's -B
Detect native ArrayBuffer support.
Detect the file type of a Buffer/Uint8Array/ArrayBuffer
Provides safe and convenient methods to allocate, read, and write numeric values, strings, and typed arrays, within an ArrayBuffer heap, like the one used within WebAssembly and Emscripten modules.