eligrey / FileSaver.js

An HTML5 saveAs() FileSaver implementation
https://eligrey.com/blog/saving-generated-files-on-the-client-side/
Other
21.39k stars 4.38k forks source link

dist is outdated - TypeError: Cannot set properties of undefined #805

Open milahu opened 4 months ago

milahu commented 4 months ago

dist/FileSaver.js fails in a browser, because global is undefined

https://github.com/eligrey/FileSaver.js/blob/cea522bc41bfadc364837293d0c4dc585a65ac46/dist/FileSaver.js#L11

TypeError: Cannot set properties of undefined (setting 'FileSaver')

src/FileSaver.js works

the dist folder should be either updated or deleted

see also #765 and #802