IE9
not support to download uri link.
// it is not work in IE9
document.location.href = uri + base64(format(template, ctx));
//window.open(uri + base64(format(template, ctx)));
Please help me how to download file in IE9.
IE9
not support to download uri link.
// it is not work in IE9
document.location.href = uri + base64(format(template, ctx));
//window.open(uri + base64(format(template, ctx)));
Please help me how to download file in IE9.
Great! I found the best solution for the "Data URI scheme and Internet Explorer 9 Errors"
below api support IE9, I could make a document from client-side.