base64ToBlob
base64ToBlob(
base64
,mimeType?
):Blob
Defined in: .build/typescript/packages/core/src/utils/encoding.ts:65
Convert base64 data to Blob
Parameters
Section titled “Parameters”base64
Section titled “base64”string
The base64 string
mimeType?
Section titled “mimeType?”string
The MIME type of the file
Returns
Section titled “Returns”Blob
The Blob