Function: triggerBlobDownload()
function triggerBlobDownload(args: {
attachToDom: boolean;
blob: Blob;
fileName: string;
}): void;
Defined in: src/utils/downloads/browserFileDownload.ts:154
Creates and triggers a file download from a Blob.
Parametersโ
argsโ
attachToDomโ
boolean
blobโ
fileNameโ
string
Returnsโ
void