kennethjiang / js-file-download

MIT License
918 stars 119 forks source link

Files downloaded with android are corrupted due to wrong mime type #6

Closed wuppious closed 7 years ago

wuppious commented 7 years ago

Solution would be to let the user to specify a mime type instead of defaulting to text/csv.

kennethjiang commented 7 years ago

Sorry for the delay. Agreed that mime type should be a parameter. I'm very tied up these days - do you think you can send in a PR for it?

wuppious commented 7 years ago

Sure, I'll work on it later today.