file-saver
Advanced tools
Changelog
[2.0.0-rc.4] - 2018-10-17
Changelog
[2.0.0-rc.2] - 2018-09-26
a.click()
to use dispatch with a try-catch ([#465], [#382]){ autoBom: true }
Changelog
[2.0.0-rc.1] - 2018-09-26
saveAs don't return anything
writestart progress write writeend
are goneRemoved the demo folder
Removed date/version from top of the file
Dosen't crash in web workers (#449)
Support saving urls (#260 with workarounds for cross origin)
Uses babel universal module pattern (UMD) to export the package
Provides source map now as well.
removed dist from .gitignore (npm uses it if it don't find a .npmignore)
autoBom is now reversed so you have to tell when you want to use autoBom (#432)
a.click()
since there are new and depricated event constructors that works differently (#382)
opens up a new popup (tab) directly for the fallback method since the FileReader is async
removed the explicitly MSIE [1-9] check
Uses new anchor link for each save (might solve multiple download problems)