Commit Graph

26 Commits

Author SHA1 Message Date
Eli Grey 62d219a0fa Semi-workaround for #205
This solution still isn't technically correct because it could take more
than 40 seconds to download a file. I could simply not revoke any files,
but then users would run into issues once they have saved a cumulative
total of over 500MB (
https://bugs.chromium.org/p/chromium/issues/detail?id=375297 )

Complain to @sicking and @arunranga for creating and standardizing an
incomplete revocation API.
2016-03-28 16:07:08 -04:00
J. Harshbarger 04f232f658 Fix #165, Saving multiple files 2015-11-19 14:07:28 +09:00
Antelle 54c04285ae update dist and readme 2015-10-03 23:38:09 +03:00
Antelle 1fa2c817de Update dist 2015-10-03 23:26:56 +03:00
Antelle 338ac0acb7 Update dist 2015-10-03 23:22:31 +03:00
Eli Grey 631047d72f Fixed #160: Made auto-BOM code toggleable 2015-07-16 15:03:38 -04:00
Eli Grey babc6d9d8f Auto-prepend BOM in IE10+
The last commit fixes some BOM prepending issues but it doesn't actually
add support for IE. This commit adds full auto-prepend BOM support for
IE.
2015-05-07 18:16:34 -04:00
Eli Grey f9a09b26f8 Expand BOM prepending to text/*
Now you can save HTML and rely on the auto-BOM prepender
2015-05-07 13:37:41 -04:00
Eli Grey 147cf92020 Fixing BOM prepending in IE10
Thanks for pointing it out @ruifcardoso
2015-05-07 13:25:35 -04:00
Eli Grey 214271766c Prepend BOM for UTF-8 XML and text/plain types 2015-03-04 03:23:19 -05:00
Eli Grey d593c0b911 Fixes #120 2015-01-04 03:41:30 -05:00
Blake Embrey bc962b7c40 Update minified build 2014-12-17 18:40:50 -08:00
Eli Grey 27c4818941 Addressing @stesch13's timeout concerns
I raised the arbitrary-ish revocation timeout from 10ms to 500ms. I hope
to refine this value in the future with input from YOU, my users reading
this.

Please comment on this commit with any feedback you have.

@stesch13's concerns can be found at
https://github.com/eligrey/FileSaver.js/commit/485930a#commitcomment-8768047
2014-11-29 14:16:15 -05:00
Eli Grey 765f1d90ae Update minified version 2014-09-16 02:48:51 -04:00
Hayden Bleasel 0ff53e0c2f Added production version, updated readme 2014-09-01 12:25:59 +10:00
Eli Grey 4966441a34 Removing pre-minified FileSaver.js 2013-08-23 13:51:10 -04:00
floriangouy ed78700b0e Enhancement for IE10: let the user choose between Save or Open (as proposed in Mozilla Firefox) 2013-08-01 17:55:47 +02:00
Eli Grey d2a098a925 Update FileSaver.min.js 2013-07-16 14:36:25 -04:00
Jordan 5cc55bb4f7 Updated to reflect Firefox extra tab fix on FileSaver.js
Reference #e2dd8c4b22
2013-06-24 19:11:58 -07:00
Eli Grey 53b768be2e Update FileSaver.min.js 2013-04-10 13:31:59 -03:00
Jimb Esser de7247ab17 Fix crash in FireFox when pop-up is blocked 2013-02-18 16:49:06 -08:00
Vasiliy Ermolovich 9153740cd5 update minified js 2013-02-17 15:31:15 +03:00
Eli Grey 3c2c0764d9 Changed document global usage to doc. 2011-08-02 03:08:51 -04:00
Eli Grey b04f9b118a Added <a>.download support and support for loading BlobBuilder.js asynchronously. 2011-08-02 02:56:12 -04:00
Eli Grey 5c0ae78853 Added links to the Chrome & WebKit bugs that make me have to append .download to the filename & change the media type.
Expanded ready state 2 to DONE in two instances.
2011-08-01 20:26:49 -04:00
Eli Grey 5b94c44407 Initial commit 2011-07-14 23:28:11 -04:00