How to download Promise with browser instead of Javascript

I am getting my file from firebase server by

getBlob(ref(this.str, `xxx.xx`)); // returns Promise<Blob>

but just calling it directly, it will get downloaded as an internal file
enter image description here

How do I do it so that it gets download externally
enter image description here