• Convert a Blob to a base64urlpad string. Note: This function returns a promise.

    Returns

    A promise that resolves to the base64 string

    Parameters

    • blob: Blob | File

      The Blob or File to turn into a base64 string

    Returns Promise<string>

Generated using TypeDoc