Rajiv Shah
db7880179f
Use FileReader in macOS native apps using WebKit
2019-12-21 17:41:53 -05:00
Eli Grey
9a0a1e4ae2
Add GitHub Sponsors funding method
2019-10-22 10:42:27 -07:00
Eli Grey
1ea2325a75
Bump mixin-deep from 1.3.1 to 1.3.2 ( #601 )
...
Bump mixin-deep from 1.3.1 to 1.3.2
2019-10-14 13:13:09 -07:00
dependabot[bot]
35e9d8127d
Bump mixin-deep from 1.3.1 to 1.3.2
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-10-14 18:22:49 +00:00
Eli Grey
538c4b5751
Bump lodash from 4.17.11 to 4.17.14 ( #575 )
...
Bump lodash from 4.17.11 to 4.17.14
2019-10-14 11:21:37 -07:00
Eli Grey
556db1f6df
Merge pull request #577 from chrisdoble/master
...
Fix downloads in Chrome iOS
2019-07-15 23:34:35 -07:00
Chris Doble
b95a82a3ec
Check that FileReader exists, not that it's an object
...
Fixes #576
2019-07-16 16:14:44 +10:00
dependabot[bot]
35f0e568d9
Bump lodash from 4.17.11 to 4.17.14
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-07-11 03:41:59 +00:00
Eli Grey
a7e1ccfc44
Create FUNDING.yml
2019-06-11 22:39:07 -07:00
Jimmy Wärting
1bc9ed39c4
bump minor version
v2.0.2
2019-05-14 10:00:17 +02:00
Marcin Rybacki
71f266f93e
Missing dist build
2019-05-14 09:46:41 +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
Oskar Köök
3caf053bbd
fix autoBom documentation
2019-05-14 09:45:57 +02:00
josephrocca
04ca36440d
Updated Chrome data
2019-03-01 09:47:36 +01:00
zachary parrish
d87b419616
Update README.md
...
Just made some minor grammar changes
2019-02-17 17:45:48 +01:00
Jimmy Wärting
3e46b73052
Update package.json
2019-02-17 15:24:08 +01:00
TypeError64
b1ab588946
Update README.md
2019-02-01 11:29:14 +01:00
Nathan Phillip Brink
4a73fd7a2d
Fix a few spelling errors.
2019-01-07 13:02:54 +01:00
Alexander Светлый
0e905a3e06
Update README.md
...
Fix import
2018-12-29 11:02:50 +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
2.0.0
2018-11-14 12:34:32 +01:00
NeeEoo
72effade4d
Fixed grammar and punctuation
2018-11-02 19:45:09 +01:00
Vasyl Zuzyak
3ecf5a9f55
fix: make typo go away
2018-11-02 14:02:44 +01:00
asaarnak
6d09d0980b
Add sourcemap to /dist folder. #481
2018-10-25 13:11:46 +02: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
Eli Grey
bbecae4d41
Merge pull request #477 from jeffbdye/patch-1
...
Minor misspellings in comments
2018-10-10 12:21:16 -07: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
556af82e6a
changed the way how you import
2018-09-26 19:33:47 +02:00
Jimmy Wärting
15d96ca835
Update CHANGELOG.md
2018-09-26 19:27:47 +02:00
Jimmy Wärting
047fa34d15
Rename changelog.md to CHANGELOG.md
2018-09-26 18:57:34 +02:00
Joshua Rippon
5183da9c57
Updated how saveAs is imported
2018-09-26 18:48:39 +02:00
Jimmy Wärting
b796e069a9
reference another issue
2018-09-26 17:12:48 +02:00
Jimmy Wärting
410208d4f9
made issues to links
2018-09-26 17:10:49 +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
f3b45ae580
Remove the implementation
...
The spec was abandoned.
Many download files from the server so recommend them to use headers instead
2018-09-26 12:40:14 +02:00
Jimmy Wärting
31eccd14f9
everything but dist folder
2018-09-26 12:19:51 +02:00
Jimmy Wärting
eb11f655e6
fix bom api docs
2018-09-26 12:12:52 +02:00
Jimmy Wärting
eaeac8dc3c
fix BOM api docs
2018-09-26 12:09:50 +02:00
Jimmy Wärting
9e931126f5
docs for using url
2018-09-26 12:00:35 +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
Jimmy Wärting
5cbe331ec8
include the list folder
2018-09-26 12:00:35 +02:00
Jimmy Wärting
a67731daf4
update dev rep
2018-09-26 12:00:35 +02:00
Jimmy Wärting
660c35cdb8
remove old demos
2018-09-26 12:00:35 +02:00
Owen Blacker
5db588a568
Amended link to Apple's WebKit bug ( #454 )
...
WebKit bug №102914 is no longer the ticket referencing the "iOS can't do this" problem — that ticket has been closed since it was resolved on MacOS.
The appropriate WebKit bug ticket is №167341: [iOS] Add support for the download attribute, so I have updated the link appropriately.
2018-09-20 23:18:25 +02:00
Jimmy Wärting
1144ac42bb
Add precaution note about file constructor
...
closes #455
2018-08-07 19:44:51 +02:00
Eli Grey
00e540fda5
Merge pull request #450 from ps011/master
...
Added import statement in syntax section for ease of use
2018-07-17 10:50:43 -07:00