asafdav / ng-csv

Simple directive that turns arrays and objects into downloadable CSV files
MIT License
573 stars 215 forks source link

do you know the MIME type of the download #205

Open ORESoftware opened 7 years ago

ORESoftware commented 7 years ago

Just wondering if there is a standard MIME type for the file that gets downloaded via this module?

https://en.wikipedia.org/wiki/Media_type

perhaps it's "application/octet-stream"?

thanks!