@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Function blobToBase64

    • convert a blob to base64 string, with the data header included.

      this function works correctly all the time, unlike btoa, which fails for arbitrary bytes.

      other related functions that you may find useful:

      Parameters

      • blob: Blob

      Returns Promise<string>