file download chrome issue in react js

Viewed 15

I am downloading file like below react code.

FileSaver.saveAs(res.data, fileTitle + "." + fileExtension);

This one opening savedialog box when i call this in firefox. But in chrome directly downloading without asking. can we change it by backend. without changing browser settings

0 Answers
Related