• Converts a Blob into a string. If pAsDataUri is true the returned string is a data-uri, otherwise its returned as text.

    Parameters

    • pBlob: Blob
    • pAsDataUri: boolean = false

    Returns Promise<string>

Generated using TypeDoc