# Is it possible to get the download progress of file that is shown in browser? I would like to use that and display it in my app.
# well, re-reading your question, maybe not. if you use fetch() or axios, yes... if you just mean you want it to download like "normal" in the browser download manager and show the same progress in your app, I don't think that's possible.