๐งฉ Frontend (React)utilsdownloadssrc/utils/downloads/browserFileDownloadfunctionsFunction: withObjectUrl()On this pageFunction: withObjectUrl() withObjectUrl(blob: Blob, run: (objectURL: string) => void): void Defined in: src/utils/downloads/browserFileDownload.ts:32 Creates an object URL for the provided blob and guarantees cleanup. Parametersโ blobโ Blob runโ (objectURL: string) => void Returnsโ void