You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to download files without extension using the service but it is appending .txt extension automatically.
I also tried to download files with .cred extension but when download starts it showing .txt extension.
File download without extenstion this.fileSaverService.save(file, 'credentials');
File download with extenstion this.fileSaverService.save(file, 'credentials', 'cred');
I also tried passing type in a blob but still, the file is saving with .txt extension.
The text was updated successfully, but these errors were encountered:
I tried to download files without extension using the service but it is appending .txt extension automatically.
I also tried to download files with .cred extension but when download starts it showing .txt extension.
File download without extenstion
this.fileSaverService.save(file, 'credentials');
File download with extenstion
this.fileSaverService.save(file, 'credentials', 'cred');
I also tried passing type in a blob but still, the file is saving with .txt extension.
The text was updated successfully, but these errors were encountered: