Updates to README
This commit is contained in:
@@ -5,12 +5,10 @@ FileSaver.js implements the W3C `saveAs()` [FileSaver][1] interface in browsers
|
||||
not natively support it. There is a [FileSaver.js demo][2] that demonstrates saving
|
||||
various media types.
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
It works by
|
||||
|
||||
|
||||
Supported Browsers
|
||||
------------------
|
||||
|
||||
Reference in New Issue
Block a user