Members
-
Base64Binary
-
Uses the new array typed in javascript to binary base64 encode/decode at the moment just decodes a binary base64 encoded into either an ArrayBuffer (decodeArrayBuffer) or into an Uint8Array (decode) References: https://developer.mozilla.org/en/JavaScript_typed_arrays/ArrayBuffer https://developer.mozilla.org/en/JavaScript_typed_arrays/Uint8Array
- Source: