I have method that is downloading file whenever this method called it is working as expected, I just see difference in browser in IE user has option to save As file but in c
Well, why dont you use regular confirm?
if (confirm('Save As a File?')) { FileSaver.saveAs(blob, 'server.log'); }