• Converts a blob to base64 format.

    Parameters

    • blob: Blob

      The blob to convert.

    Returns Promise<unknown>

    A Promise that resolves with the base64 representation of the blob.