我有firefox 38.0测试版。一切都很好。昨天我更新了标准版本37.0.1。现在在我的应用程序中,我使用以下代码。
$window.sessionStorage.setItem("LoggedInUser", JSON.stringify(data));
它给了我 Error: The operation is insecure.
我使用angularjs的错误。如果我用try catch包围它然后错误消失但在sessionStorage中没有设置var。我调试它,并注意到sessionStorage是未定义的。有人可以指导我吗?我试图恢复到测试版但仍然是同样的问题。我正在使用firebug来查看会话存储。我还安装了FireStoragePlus插件来观察sessionStorage变量。
jsfiddle已添加。
image with error已添加。