-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels