-
Notifications
You must be signed in to change notification settings - Fork 187
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
problem with Internet Explorer #49
Comments
i think that the problem is when IE execute the MIME type application/zip
i tried to use another MIME type from msdn.microsoft.com like application/x-zip-compressed but i have the same problem with IE |
For IE, there could be avantage to put the binary into a blob and use the navigator.msSaveBlob() function |
This has been fixed in the latest tag (v0.4.0). Will be released on npm soon. |
Good news: v0.4.2 is now available. Less good news: Mapbox changed their deployment organization so this package is now hosted under a different package @mapbox/shp-write |
my code work with chrome and firefox but when i use internet explorer the browser ask me if i want to allow the website to open an application on my computer
when i allow it say "there is no application installed that can open this type of link (data)"
The text was updated successfully, but these errors were encountered: