IE9抛出错误:'错误:Microsoft Internet扩展中出现内部错误'当运行角应用程序时

时间:2014-04-29 21:48:38

标签: javascript angularjs internet-explorer-9 local-storage console.log

I'm getting the error in IE9 when loading my app: 

错误:Microsoft Internet扩展中发生内部错误   错误:访问被拒绝。

当我在IE的开发工具中调试时,它指向有关localStorage的代码。

if (localStorage) {
  // some code
} else {
  // some code
}

我不确定这是否是一个角度IE问题,或者它是否与IE有关。提前谢谢!

1 个答案:

答案 0 :(得分:1)

您是否在本地运行应用程序? IE9不支持本地文件的本地存储。

这个问题有很多进一步的解释: local storage in IE9 fails when the website is accessed directly from the file system