Searched defs:blobToBase64Async (Results 1 – 2 of 2) sorted by relevance
30 export function blobToBase64Async(blob) { function
33 export function blobToBase64Async(blob: Blob): Promise<string> { function