SecurityError: localStorage is not available for opaque orig

Posted vieber

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SecurityError: localStorage is not available for opaque orig相关的知识,希望对你有一定的参考价值。

使用jest配置单元测试的时候运行npm run test
得到报错信息

SecurityError: localStorage is not available for opaque origins

解决方法就是更改jest.config.js里面的testEnvironment的字段为node 就行了

module.exports = {
    verbose: true,
    testEnvironment: 'node'
};

package.json里面的scripts为

"test": "jest --config tests/jest.config.js",

以上是关于SecurityError: localStorage is not available for opaque orig的主要内容,如果未能解决你的问题,请参考以下文章

SecurityError (DOM Exception 18): 操作不安全 WKWebkit iOS 10

pycharm PowerShell报错:SecurityError: (:) [],ParentContainsErrorRecordException FullyQualifiedErrorId

pycharm PowerShell报错:SecurityError: (:) [],ParentContainsErrorRecordException FullyQualifiedErrorId

Quickblox Javascript SDK + Angular + webRTC - Firefox 错误:SecurityError:操作不安全

我是不是应该关注“SecurityError: Permission denied to access property on cross-origin object”日志

CORS保持在SecurityError上:操作不安全[关闭]