An ES-spec-compliant shim/polyfill/replacement for ArrayBuffer base64 methods that works as far down as ES3
Encode/decode base64 data into ArrayBuffers
Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.
Encode/decode base64 data into ArrayBuffers
Create an ArrayBuffer instance from a Data URI string
Encode/decode base64 data into ArrayBuffers
ES spec-compliant shim for ArrayBuffer.prototype.slice
ArrayBuffer / Buffer / base64 convert util
Vite plugin for import file with ArrayBuffer or Uint8Array.
An ES-spec-compliant shim/polyfill/replacement for ArrayBuffer base64 methods that works as far down as ES3
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
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
A minimal base64 implementation for number arrays.
Base64 encoding/decoding in pure JS
Get an ArrayBuffer from a Buffer as fast as possible
Turn a string into an ArrayBuffer by using the UTF8 encoding.
High-performance Base64 encoder and decoder
A tiny (304B to 489B) utility for check for deep equality
Convert base64/datauri/plain string to ArrayBuffer
Isomorphic Uint8Array conversion to Base64 string and back for browser and Node.js
Yet another Base64 transcoder in pure-JS
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
A helper to optimistically set Symbol.toStringTag, when possible.