Encodes the bytes in a Blob as Weird64.
Blob
This function uses the standard Blob.arrayBuffer() API and works in modern browsers and Node.js. It does not require callers to provide FileReader.
Blob.arrayBuffer()
FileReader
The blob whose bytes should be encoded.
A string containing exactly 64 unique characters.
A promise resolving to the encoded Weird64 value.
RangeError if the character set is invalid.
RangeError
Encodes the bytes in a
Blobas Weird64.This function uses the standard
Blob.arrayBuffer()API and works in modern browsers and Node.js. It does not require callers to provideFileReader.