Function inflateAndUnpackB64
Parameters
- data: string
Any Base64 data that has been compressed with
Optionalopts: { inflateOptions?: InflateOptions }Optional parameters.
OptionalinflateOptions?: InflateOptionsInflate options.
Returns any
Inflated and unpacked data.
- data: string
Converts Base64 string to Uint8Array / inflates then unpacks with MessagePack. This function is the inverse of
packAndDeflateB64.