encoding
Bytes as text and back, for what a server hands over in base64.
2 functions, 0 constants. Scripts reach it as encoding::.
Functions
Argument kinds are the script values a call passes: node is a node handle, any a table or value of any kind, fn a callback.
| function | acts on | what it does |
|---|---|---|
| `base64(data: bytes | string)` | — |
from_base64(text: string) | — | The bytes a base64 string encodes; an error for text that is not base64. |