• Obtain a Blob’s contents as a string.

    The Blob content is assumed to be UTF-8 encoded.

    Returns

    The blob’s content as a string.

    Parameters

    • blob: Blob

      The Blob to convert.

    • config: GlobalConfig = {}

      Optional environment configuration.

    Returns Promise<string>