admin管理员组文章数量:1296456
this /
(Kendo grid export to csv)
works fine in firefox, chrome and IE11
in ie9 im getting
blob = new Blob([csv], { type: 'text/csv;charset=utf-8' }); //Blob.js
saveAs(blob, fileName); //FileSaver.js
'Blob' is undefined show, line 141 character 17
is there a way around this for ie9? (im not sure if this works on ie10)
this http://jsfiddle/bCRm3/17/
(Kendo grid export to csv)
works fine in firefox, chrome and IE11
in ie9 im getting
blob = new Blob([csv], { type: 'text/csv;charset=utf-8' }); //Blob.js
saveAs(blob, fileName); //FileSaver.js
'Blob' is undefined show, line 141 character 17
is there a way around this for ie9? (im not sure if this works on ie10)
Share Improve this question asked May 23, 2014 at 13:09 user3641778user3641778 611 gold badge1 silver badge9 bronze badges1 Answer
Reset to default 6Check Blob
object browser patibility:
Browser patibility
Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit) 20 13.0 (13.0) 10 12.10 6 (536.10)
Please note that this is not supported by all browsers including IE9 or ealier:
https://developer.mozilla/en-US/docs/Web/API/Blob
本文标签: javascriptie9 Error 39Blob39 is undefinedStack Overflow
版权声明:本文标题:javascript - ie9 Error: 'Blob' is undefined - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741638635a2389783.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论