Commit Graph

68 Commits

Author SHA1 Message Date
floriangouy 5d049fae8c Enhancement for IE10: let the user choose between Save or Open (as proposed in Mozilla Firefox) 2013-08-01 17:53:53 +02:00
Eli Grey d2a098a925 Update FileSaver.min.js 2013-07-16 14:36:25 -04:00
Eli Grey 6efb04a2db s/window/view/ 2013-07-16 14:35:26 -04:00
Eli Grey 915da09d4e Merge pull request #38 from mukarev/patch-1
Chrome Frame Support
2013-07-16 11:34:33 -07:00
mukarev 33e64b435a Chrome Frame Support
Chrome Frame is for some reason not able to use save link when running in IE 9, so I added a check for window.externalHost if using save_link
2013-07-16 11:35:25 +02:00
Eli Grey d67735964e Update README.md 2013-07-12 16:06:09 -04:00
Eli Grey b1c0dc95aa Merge pull request #37 from missing/master
Updated README with supported browser table, to try to further clarify the dependancies and filename support
2013-07-12 13:03:57 -07:00
Jordan Austin 5996094267 Updated Chrome for Android fields
Removed file size note, since this hasn't beeb tested. Added note to
v28 + on Chrome for Android.
2013-07-12 11:41:27 -07:00
Jordan Austin 17b3df3b72 Added Chrome for Android to supported browser table 2013-07-12 11:37:13 -07:00
Jordan Austin 424664d978 Updates to README 2013-07-12 11:32:56 -07:00
Jordan Austin 663e6fc97a Updated browser support table 2013-07-12 11:18:52 -07:00
Jordan Austin c6fd9c65d6 Started rewriting README
The goal is to begin making this more understandable for people
confused about what FileSaver is and how it can work across all
browsers.
2013-07-11 13:38:50 -07:00
Eli Grey c7f4d19c49 Update README.md 2013-07-07 19:52:45 -04:00
Eli Grey c2873d982c Update README.md 2013-07-07 19:35:16 -04:00
Eli Grey 858d8b63aa Merge pull request #34 from mondalaci/master
Add feature detection code snippet
2013-07-07 10:41:17 -07:00
László Monda 8b0d9657ae Add feature detection code snippet; closes #27 2013-07-07 13:59:14 +02:00
Eli Grey 283e78fd3c Update README.md 2013-06-25 14:56:08 -04:00
Eli Grey 3c0103cead More padding/margin fixes 2013-06-25 15:53:20 -03:00
Eli Grey aa208bf5b3 Increased bottom margin in the demo 2013-06-25 15:49:19 -03:00
Eli Grey 781aa84d96 Removing old FAQ that doesn't apply to current gen browsers that all support filenames now 2013-06-25 15:47:29 -03:00
Eli Grey 398e651323 Might as well make it very clear that the other browsers *do not* support filenames 2013-06-25 15:46:42 -03:00
Eli Grey 4ab9278e83 Almost forgot IE supports it as well 2013-06-25 14:42:36 -04:00
Eli Grey 8bff47b6a6 Added filename support for Firefox and Opera Next 2013-06-25 15:40:21 -03:00
Eli Grey d724c265f8 Clarified filename saving capabilities 2013-06-25 15:35:39 -03:00
Eli Grey 0e7b1edc4a Merge pull request #33 from missing/master
Fix for unneeded extra tab that opens on Firefox.
2013-06-24 20:34:18 -07:00
Jordan 5cc55bb4f7 Updated to reflect Firefox extra tab fix on FileSaver.js
Reference #e2dd8c4b22
2013-06-24 19:11:58 -07:00
Jordan e2dd8c4b22 Fixed unnecessary extra tab from opening on Firefox
Removed reference to target_view = view.open() to prevent the new tab
from opening. Instead catching this case within the fs_error function
with an else statement, so if no target_view: window.open() and pass
the target of "_blank" to allow dataURL to open in new tab rather than
steal the current window.
2013-06-24 19:04:32 -07:00
Eli Grey 4d049e9c43 Stopping selection of canvas when drawing 2013-06-21 14:46:31 -04:00
Eli Grey 52a5ae33fe Restoring "use strict"; 2013-06-21 15:33:27 -03:00
Eli Grey 8feed7be70 Update demo.min.js 2013-06-21 14:33:04 -04:00
Eli Grey b5a3cfe240 Made it more clear which browsers need Blob.js 2013-06-21 10:59:21 -03:00
Eli Grey 7ad450ed3a Merge pull request #31 from Keyamoon/master
Add manifest JSON for bower
2013-06-21 06:30:39 -07:00
Keyamoon 2e6f198116 Add manifest JSON for bower 2013-06-21 17:47:52 +04:30
Eli Grey bc74b4a154 Removing Safari 6 support in readme until someone fixes #12 2013-06-17 13:49:19 -03:00
Eli Grey fcb3778708 Update README.md 2013-06-13 21:33:19 -03:00
Eli Grey 942330739a Update README.md 2013-06-13 21:18:32 -03:00
Eli Grey 8572b8b672 Added browser blob size limitations 2013-06-13 20:44:14 -03:00
Eli Grey c3aec61188 Update README.md 2013-05-23 16:31:58 -04:00
Eli Grey 31ace38f41 Update README.md 2013-05-20 17:13:41 -03:00
Eli Grey 53b768be2e Update FileSaver.min.js 2013-04-10 13:31:59 -03:00
Eli Grey fff6b3fc76 Closes #20
I no longer check to see if the click event was cancelled, as it isn't indicative of whether or not the save operation actually happened.
2013-04-10 10:49:15 -03:00
Eli Grey b7c1272c62 Fixed demo link 2013-04-06 00:22:47 -03:00
Eli Grey 5a89a509a3 Merge pull request #16 from Jimbly/patch-1
Fix crash in FireFox when pop-up is initially blocked.
2013-02-18 17:23:19 -08:00
Jimb Esser de7247ab17 Fix crash in FireFox when pop-up is blocked 2013-02-18 16:49:06 -08:00
Jimb Esser 162c8e0a2a Fix crash in FireFox when pop-up is initially blocked. 2013-02-18 16:46:59 -08:00
Eli Grey cb8a4c2ec6 Merge pull request #15 from nashby/patch-1
update minified js
2013-02-17 10:46:15 -08:00
Vasiliy Ermolovich 9153740cd5 update minified js 2013-02-17 15:31:15 +03:00
Eli Grey 13a565cc23 Workaround for github/github-flavored-markdown#98 2013-02-13 16:05:51 -05:00
Eli Grey 4de72365ac Updated readme for the new Blob API 2013-01-23 22:07:46 -05:00
Eli Grey a1389f0299 Using msSaveBlob instead of msSaveOrOpenBlob 2013-01-23 21:57:30 -05:00