Commit Graph

48 Commits

Author SHA1 Message Date
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
Eli Grey f8b520304b Fixed mime type of files saved in demo 2013-01-23 21:43:15 -05:00
Eli Grey 7fbb4373c6 Fixed some porting issues with BlobBuilder->Blob 2013-01-23 21:32:49 -05:00
Eli Grey e4b76ee7f2 Removed accidental semicolon 2013-01-23 21:07:33 -05:00
Eli Grey 1b1ad906d5 Removed writeend documentation 2013-01-23 20:56:01 -05:00
Eli Grey c290771c45 Replaced reference to BlobBuilder.js with Blob.js
Also no longer linking to the minified scripts so people can explore the demo code easier
2013-01-23 20:35:07 -05:00
Eli Grey 09c192d8b8 Updated demo to use new Blob API 2013-01-23 20:32:01 -05:00
Eli Grey 2ec83d8ea3 Added IE10 support to readme 2012-12-11 10:13:02 -05:00
Eli Grey 2d3872179e Added IE10 support
It's not possible to add abort support for IE though.
2012-12-11 10:08:28 -05:00
Eli Grey 96010787fc .@download instead of .download to better indicate that download is an attribute. 2011-08-02 08:36:52 -04:00
Eli Grey 3c2c0764d9 Changed document global usage to doc. 2011-08-02 03:08:51 -04:00
Eli Grey a177ebb985 Updated demo to reflect the new <a>.download support. 2011-08-02 02:57:19 -04:00
Eli Grey 5a8328d35b Fixed demo support for loading BlobBuilder.js asynchronously 2011-08-02 02:56:56 -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 bbb0c1622c s/WebKit/Google Chrome/ on the Chrome issue comment 2011-08-01 20:31:38 -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 c7b1d41548 Removed instructions for enabling LocalFileSystem in Chrome 14+ now that it's enabled by default. 2011-07-31 22:58:08 -04:00
Eli Grey 0f881e1cfa Added tracking image to readme. 2011-07-31 22:57:32 -04:00
Eli Grey 5b94c44407 Initial commit 2011-07-14 23:28:11 -04:00