Eli Grey
0908030da6
Fix header case
2014-11-29 20:18:50 -05: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
899ed116a9
Merge pull request #113 from mudcube/master
...
iOS notes in README.md
2014-11-06 18:16:58 -05:00
Michael Deal
f1132903ff
Update README.md
2014-11-06 15:11:56 -08:00
Michael Deal
86fb7e9f8f
tweak link to bug report
2014-11-06 15:11:02 -08:00
Michael Deal
6a74334417
Add note about iOS
...
Hopefully this might help others not run into the same issue of executing outside of a user interaction event loop.
2014-11-06 15:09:41 -08:00
Eli Grey
3385907651
Merge pull request #112 from mudcube/patch-1
...
Fix demo paths
2014-11-06 17:27:03 -05:00
Michael Deal
191d4fc695
Fix demo paths
...
Blob.min.js does not exist, change to Blob.js
Replace raw.github.com w/ cdn.rawgit.com -- fixed "strict MIME type checking is enabled" as per:
http://stackoverflow.com/questions/17341122/link-and-execute-external-javascript-file-hosted-on-github
2014-11-06 14:25:51 -08:00
Eli Grey
765f1d90ae
Update minified version
2014-09-16 02:48:51 -04:00
Eli Grey
17b23c437a
Merge pull request #105 from haydenbleasel/master
...
Added production version, updated readme
2014-09-16 01:28:43 -04:00
Hayden Bleasel
b06be70442
Restored original Markdown style
2014-09-01 13:54:32 +10:00
Hayden Bleasel
0ff53e0c2f
Added production version, updated readme
2014-09-01 12:25:59 +10:00
Eli Grey
879b3c228c
Update version
...
Oops, should have bumped the version in that last commit.
2014-08-29 01:18:43 -04:00
Eli Grey
d2dc258838
Removed Chrome Frame stuff
...
I originally accepted a pullreq that added this check but since then Chrome Frame support has been discontinued and people have told me that FileSaver.js doesn't work in Chrome Frame, so this has no place here.
2014-08-29 01:18:08 -04:00
Eli Grey
c69c21d488
Confirming max blob size on Chrome for Android
2014-07-25 23:25:52 -04:00
Eli Grey
1e7251f2d4
Improved crbug.com/375297 workaround
2014-07-25 20:48:15 -04:00
Eli Grey
d9a5ac1d93
Merge pull request #99 from eugene-ku/master
...
add location.href fallback for safari
2014-07-22 12:31:29 -04:00
Yevhenii Kurtov
5d2f3497c2
add location.href fallback for safari
2014-07-22 13:42:05 +03:00
Eli Grey
485930a7bc
Workaround for crbug.com/375297
...
Removed deletion queue + unload processing; replaced it with an
asynchronous revocation flow
2014-07-21 13:48:56 -04:00
Eli Grey
d50456a358
Spacing change in the intro comment
...
Zero code changes, still v.2014.05.27
2014-07-14 02:43:46 -04:00
Eli Grey
647fca0d83
Saving text files in IE<10
2014-07-12 14:25:29 -04:00
Eli Grey
f85d70c825
Link to saveTextAs
2014-07-12 14:24:00 -04:00
Eli Grey
9921b2c327
More Safari info ( #12 )
2014-06-27 14:49:13 -04:00
Eli Grey
b8054a26d1
Full license link
2014-05-27 19:06:18 -04:00
Eli Grey
912adc4b20
Removing all official cdn/package manager support
...
You are still free to upload new versions to your preferred cdn or
package manager, as this library is open source.
2014-05-27 15:04:25 -04:00
Eli Grey
1374a3d82f
Only the @source comment attribution is required
2014-05-27 13:08:35 -04:00
Eli Grey
d28d0bb26e
Firefox for Android GC bug no longer applies
2014-05-27 13:01:40 -04:00
Eli Grey
6963e120d4
Removed redundant code for the blob URL
2014-05-27 12:49:41 -04:00
Eli Grey
43a05d898a
No args for feature detection
2014-05-27 12:00:28 -04:00
Eli Grey
365e9729ec
Update README.md
2014-05-13 02:19:47 -04:00
Eli Grey
6a7619f5ab
Removed redundant info
2014-04-22 15:28:51 -04:00
Eli Grey
9637650fe3
Update license year
2014-04-22 15:25:53 -04:00
Eli Grey
7cc9f38c94
Merge pull request #76 from jjuutila/amd-support
...
Add AMD export
2014-03-20 18:28:33 -04:00
Jaakko Juutila
d8388a1a3c
Add AMD export
2014-03-20 16:13:29 +02:00
Eli Grey
5c0a372216
Merge pull request #71 from minj/ff-addon-support
...
FF addon support
2014-02-23 01:30:49 -05:00
minj
e81a06bcba
add saveAs.unload to prevent memleaks
2014-02-23 07:49:28 +02:00
minj
c71508b5e2
test for existence of navigator
2014-02-23 07:48:15 +02:00
Eli Grey
f74718a62c
Re-self-close canvas and textarea
2014-02-09 15:13:07 -05:00
Eli Grey
97f41650d0
Restore readme header style
2014-02-09 14:59:20 -05:00
Eli Grey
3966c76c6f
Restore async on demo scripts
2014-02-09 14:57:44 -05:00
Eli Grey
da0d8ffa6a
Fix indentation
2014-02-09 14:56:34 -05:00
Eli Grey
2344e2a83b
Merge pull request #68 from XhmikosR/master
...
Minor tweaks
2014-02-09 14:55:48 -05:00
XhmikosR
702cd2e820
Tweak demo files.
2014-02-09 17:43:54 +02:00
XhmikosR
8691eae14e
Improve README.md.
...
Use code syntax when possible and be consistent with the headers syntax.
2014-02-09 17:22:17 +02:00
XhmikosR
554f6cc11b
Update FileSaver.js.
...
* update JSHint config options to match the current coding style
* use the important comment for the license header
2014-02-09 13:34:41 +02:00
XhmikosR
054378f822
Normalize package.json.
...
Fix version info, add missing properties.
2014-02-09 13:13:00 +02:00
Eli Grey
f12e28db63
Update bower version
2014-01-25 00:01:19 -05:00
Eli Grey
84649d8342
Merge pull request #64 from kingcody/feature/bower-integration
...
Added bower.json for inclusion into the bower system
2014-01-24 20:59:18 -08:00
Eli Grey
7cbbf5a7cc
Update release date
2014-01-24 00:40:56 -05:00
Eli Grey
05df3e07e1
Closes #40 and #66
...
Also assuming navigator is defined from now on
2014-01-24 00:40:21 -05:00