Function

GLib-2.0GLibbase64_decode_inplaceSince 2.20

  • Decode a sequence of Base-64 encoded text into binary data by overwriting the input data.

    Parameters

    • text: string | Uint8Array<ArrayBufferLike>

      zero-terminated string with base64 text to decode

    Returns [number, Uint8Array<ArrayBufferLike>]

    The binary data that text responds. This pointer is the same as the input text.

    2.20