Methods
(static) getBase64() → {IBase64}
Get the global default Base64 implementation.
Returns:
The Base64 implementation.
- Type
- IBase64
(static) setBase64(base64)
Change the current global Base64 implementation.
Parameters:
| Name | Type | Description |
|---|---|---|
base64 |
IBase64 | The new Base64 implementation. |