Skip to main content

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.

functionacts onwhat it does
`base64(data: bytesstring)`
from_base64(text: string)The bytes a base64 string encodes; an error for text that is not base64.