Skip to content

convertDataURLType

convertDataURLType<TType>(dataURL, type): Promise<TType extends "blob" ? Blob | null : string>

Defined in: packages/core/src/browserUtils.ts:9

TType extends string = string

string

TType

Promise<TType extends "blob" ? Blob | null : string>