eligrey / eligrey/FileSaver.js
save file without extension
Open
- Dominant language
- JavaScript
- Stars
- 22k
- Forks
- 4.3k
- PR merge metrics
- No merged PRs in 30d
Description
is it possible to save a file without an extension? It seems like if I don't specify one it defaults to `.txt`
```jsx
let blob = new Blob([atob(passwordInfo.private_key_base64)], {type: "text/plain;charset=utf-8"});
saveAs(blob, "pk_" + server.name);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.