Download blob in frontend got it from database

Thanks in advance, I am new on javacript, but i am building an app for the company I work at to manage some documents.

I have a database when I have to store some docuemnst (I am using blob), I already was able to store the documents in MYSQL but now I need to donwload it.

I fetched the database I already have the Blob data in the frontend. There is any way to download that data to the client computer?

NB: The document type is not limited, so it can be any document.