From d84a5c2f3aa8cafee8e7128a4bf76b6bbb72479b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20Karl=20Roland=20W=C3=A4rting?= Date: Fri, 3 Jun 2016 11:07:17 +0200 Subject: [PATCH] Public relations (PR) for StreamSaver.js --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ec3c220..3554bcb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +If you need to save really large files bigger then the blob's size limitation or don't have +enough RAM, then have a look at the more advance [StreamSaver.js](https://github.com/jimmywarting/StreamSaver.js) +that can save data directly to the hard drive asynchronous with the power of the new streams API. That will have +support for progress, cancelation and knowing when it's done writing + FileSaver.js ============