-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
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:
import {saveAs} from 'file-saver'
const blob = new Blob(['helloworld'], {
type: "application/json",
});
saveAs(blob, 'test')
Metadata
Metadata
Assignees
Labels
No labels