DaffServerBase64Service
A base64 service meant to be loaded into SSR contexts.
Properties
Name | Type | Description |
---|---|---|
encode | string | Encodes an ASCII string to base64. |
decode | string | Decodes a base64 string to ASCII. |
A base64 service meant to be loaded into SSR contexts.
Name | Type | Description |
---|---|---|
encode | string | Encodes an ASCII string to base64. |
decode | string | Decodes a base64 string to ASCII. |