Showing 41-60 of 2,685 packages
Convert between string (including base64 and base64url), ArrayBuffer and Buffer.
Convert to/from BigInt from/to Buffer, ArrayBuffer, hex string, utf8-encoded text string.
Detect the MIME type of a Buffer, Uint8Array, ArrayBuffer, ReadableStream, file path and file name, with async method.
Download a Blob, a string or an ArrayBuffer as a file in the browser.
Allocate a buffer from an ArrayBuffer.
Convert between Base-64 Strings and ArrayBuffer Objects. Simple. Isomorphic. Light-weight.
Encode/decode base64 data into ArrayBuffers
Turn a `File` (or any `Blob`) into an `ArrayBuffer`.
Promise API to turn a Blob into an ArrayBuffer
Hexdump an ArrayBuffer to a String
ArrayBuffer to base64 and hex encoding/decoding utilities
Create an ArrayBuffer with the [raw bytes][javascript-encoding] from a String.
Hexdump an ArrayBuffer to a String (NodeJS)
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
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
Polyfill for ArrayBuffer.prototype.slice.
ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc
Turn an ArrayBuffer or Uint8Array of UTF8 data into a string.
A npm module for easy conversion from string to arraybuffer and from arraybuffer to string.
Test if a value is an `ArrayBuffer` view.