DRAFTThis page is not published. Only visible in development mode.
blob module

blob::b64url

Encode or decode a blob using URL-safe Base64 encoding.

Syntax

RQL

Parameters

NameTypeDescription
valueBlob / Utf8The blob to encode or string to decode

Return Value

A URL-safe Base64-encoded string when given a blob, or a blob when given a URL-safe Base64 string.

Examples

$ Decode a Base64URL string
$ ctrl+enter to run

Related Functions