@salvobee/crypto-vault
    Preparing search index...

    Function toBase64Url

    • Convert a binary buffer into a Base64URL string without padding.

      The function prefers the native btoa implementation when available and falls back to Node.js Buffer semantics when running outside the browser.

      Parameters

      • u8: Uint8Array

        The bytes to encode.

      Returns string

      A Base64URL string (no padding characters).