eligrey / FileSaver.js

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

Added version check before stripping of invalid Characters for Edge/… #775

Open botsteve opened 1 year ago

botsteve commented 1 year ago

added the function that replaced all forbidden characters with '_'. This is the behaviour of the submit action on forms for Edge.

Fix for https://github.com/eligrey/FileSaver.js/issues/580 and https://github.com/eligrey/FileSaver.js/issues/584