Set the contents of the Uint8Array from a base64 encoded string
Symbol
Uint8Array.setFromBase64
@param base64
The base64 encoded string to decode into the array
@param offset
Optional starting index to begin setting the decoded bytes (default: 0)
Symbol
Set the contents of the Uint8Array from a base64 encoded string
The base64 encoded string to decode into the array
Optional starting index to begin setting the decoded bytes (default: 0)