convertDataURLType
convertDataURLType<
TType>(dataURL,type):Promise<TTypeextends"blob"?Blob|null:string>
Defined in: packages/core/src/browserUtils.ts:9
Type Parameters
Section titled “Type Parameters”TType extends string = string
Parameters
Section titled “Parameters”dataURL
Section titled “dataURL”string
TType
Returns
Section titled “Returns”Promise<TType extends "blob" ? Blob | null : string>