axetroy / react-download

react component for click and then download the specify content file.
https://axetroy.github.io/react-download/
MIT License
36 stars 8 forks source link

IE 11 support #11

Closed jscinoz closed 6 years ago

jscinoz commented 6 years ago

Support IE11 by falling back to navigator.msSaveBlob if available and a[download] is not.

Resolves #10