Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

fix(export): Use FileSaver library for downloads. #380

Merged
merged 1 commit into from
Apr 24, 2015

Conversation

mjschranz
Copy link
Contributor

  • IE 10, 11 do not support the download attribute on
    anchor tags. Use FileSaver library which implements
    W3C saveAs proposal.

Closes #540

@shanewilson
Copy link
Contributor

What are we doing for IE9?

@mjschranz
Copy link
Contributor Author

The same as previously which would change the location, which does work.

If we want to use this in IE9 we can add another shim for blobs.

@shanewilson
Copy link
Contributor

👍

- IE 10, 11 do not support the download attribute on
  anchor tags. Use FileSaver library which implements
  W3C saveAs proposal.

Closes #540
@mjschranz mjschranz merged commit 91be701 into master Apr 24, 2015
@mjschranz mjschranz deleted the fix/540-exporting branch April 27, 2015 15:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants