• Decode a base64 encoded string.

    Throws

    Error if the input contains characters outside base64 alphabet or is otherwise invalid.

    Returns

    a byte array with the decoded data.

    Since

    Oracle 23.3

    Parameters

    • input: string

    Returns ArrayBuffer