Encoding
decodeBase64
Decodes the base-64 encoded value
.
Parameters
Parameter | Type | Description |
---|---|---|
value | string | The base-64 encoded value. |
Returns
Uint8Array
The decoded binary data.
Example
Source
Was this page helpful?
Decodes the base-64 encoded value
.
Parameter | Type | Description |
---|---|---|
value | string | The base-64 encoded value. |
Uint8Array
The decoded binary data.
Was this page helpful?