HTML5 saveAs() FileSaver implementation
FileSaver.js
implements the saveAs()
FileSaver interface in browsers that do not natively support it.
FileSaver.js
is the solution to saving files on the client-side, and is perfect for webapps that need to generate files, or for saving sensitive information that shouldn't be sent to an external server.
Linter | Message | Location |
---|---|---|
formatting Look for formatting issues in the source | line 732 is way too long (99 characters) |