eligrey / eligrey/FileSaver.js
saveAs fails on chrome with no error
Open
- Dominant language
- JavaScript
- Stars
- 22k
- Forks
- 4.3k
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for this library.
I'm getting silent failures where, when I try to download using saveAs, it fails without any error or log -- a download simply never appears.
I'm using Chrome: Version 107.0.5304.87 (Official Build) (64-bit), on Ubuntu 20.02.
Any idea whats going on?
Example code:
```js
import {saveAs} from 'file-saver'
const blob = new Blob(['helloworld'], {
type: "application/json",
});
saveAs(blob, 'test')
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.