@nebius/js-sdk - v0.2.54
    Preparing search index...

    Function bytesFromBase64

    • Decodes a Base64 string to bytes in browsers and Node.js.

      Invalid-input behavior follows the platform decoder: browser atob can throw, while Node.js can accept some non-canonical input.

      Parameters

      • b64: string

      Returns Uint8Array