thatsus / vue-csv-downloader

A Vue.js button component to download a CSV file of client-side data
7 stars 3 forks source link

IE and Microsoft Edge not supported #2

Open gavinmckay opened 6 years ago

gavinmckay commented 6 years ago

Hello,

I was using Chrome to test the vue-csv-downloader and it was working perfectly. I then tested on IE and Microsoft Edge, and neither browser worked. There isn't an error, just nothing happens. This seems to be by design in the browser itself:

https://msdn.microsoft.com/en-us/library/cc848897.aspx

"For security reasons, data URIs are restricted to downloaded resources. Data URIs cannot be used for navigation, for scripting, or to populate frame or iframe elements. "

Is there a way to get this to work for those browsers as well?

Thanks!