Commit Graph

24 Commits

Author SHA1 Message Date
Chris Doble b95a82a3ec Check that FileReader exists, not that it's an object
Fixes #576
2019-07-16 16:14:44 +10:00
Jimmy Wärting 1bc9ed39c4 bump minor version 2019-05-14 10:00:17 +02:00
Marcin Rybacki 9bd5261f60 Catching an exception on Send. This happens when request for HEAD returns 405 Method Not Allowed. Instead of error http status, this may throw an exception. Return false and fallback to link download. 2019-05-14 09:46:41 +02:00
Nathan Phillip Brink 4a73fd7a2d Fix a few spelling errors. 2019-01-07 13:02:54 +01:00
segovia 283f438c31 Fix accidental rewrite of global saveAs function
The change is just to put parentheses around the code after `var saveAs = _global.saveAs ||`
and then indent it properly.

closes #498
2018-12-29 11:01:25 +01:00
Jimmy Wärting be09a02e8c Removed eval
closes #491
2018-11-14 12:34:32 +01:00
Jimmy Wärting 00183093bf don’t throw on module.exports 2018-10-18 11:40:36 +02:00
Ben Ni cf70d125b0 replaced the non-breaking space at with space
This is causing IE to unable to recognize the { on line 49
2018-10-16 23:58:13 +02:00
Jeff Dye b08a6d256c Minor misspellings in comments
Just some quick fixes for comments in the file.
2018-10-10 15:12:43 -04:00
Patrick Löcker 767f830766 Fix spelling of click-function 2018-09-28 15:01:52 +02:00
Jimmy Wärting 74846b33fe switched export method 2018-09-27 21:00:17 +02:00
Jimmy Wärting 70c261d026 rc.2
Dispatch event instead of using a.click()
closes #465

added a changelog
closes #466

Made third argument as a object instead for easier transition to v2
2018-09-26 17:04:34 +02:00
Jimmy Wärting 37d757bbc6 don’t crash in worker 2018-09-26 12:00:35 +02:00
Jimmy Wärting 4de5ebccc8 new version 2018-09-26 12:00:35 +02:00
Eli Grey e865e37af9 Revert #408 2018-03-22 14:09:13 -07:00
Christopher Hunt a606064f37 Revert interface change. (#411) 2018-03-22 19:48:05 +01:00
Eli Grey 5914e2a573 Version bump for 1.3.7 2018-03-20 14:30:18 -07:00
Eli Grey 6356c3f6f6 Set target="_blank" on save link
Also normalize setImmediate usage

Fixes #408
2018-03-16 14:45:20 -07:00
Rainer Rillke f1959c87cd Update @source in FileSaver.js 2018-01-25 01:54:51 +01:00
Eli Grey dfd58561fb Use export default 2018-01-22 15:53:17 -08:00
Alexey 5978f3c577 Avoid using window in export 2018-01-23 00:12:19 +03:00
Alexey b6c236d96d Add check for window.saveAs 2018-01-14 08:43:44 +00:00
Alexey ff675f8052 Change to named export 2018-01-13 08:37:02 +00:00
Alexey d7f5db3244 Run build via babel 2018-01-13 08:37:02 +00:00