这在谷歌浏览器中工作正常,但在我的代码中以下提到的行中出现了Internet Explorer错误。任何人都可以建议我需要做它工作在IE什么样的变化。
var file = new File([JSON.stringify($localStorage)], "somefile.txt", {type: "text/plain;charset=utf-8"});
javascript google-chrome cross-browser angularjs internet-explorer-11