-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception on IE11 #73
Comments
I had the same issue and found a solution.
How did I found the solution? I grepped the angular2-csv sourcecode for replace calls and found this:
As you can see, if you are a Microsoft browser (browser with msSaveBlob method), filename property is taken by options. I my opinion it's a bug, and I'm wondering that I didn't found anything about it. It took some time to find it. |
@connybruhn Thanks! Works great! |
Thanks! |
The CSV Export works good (0.2.9) with most browsers. Unfortunaltey we have some devices with IE11 where I get this exception:
The text was updated successfully, but these errors were encountered: