We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在manifest v3的浏览器拓展中,报错:
具体报错位置:
经过检查,发现manifest v3禁用了'unsafe-eval': 内容安全政策
'unsafe-eval'
是否可以在编译时避免使用相关动态语法来解决这个问题?
The text was updated successfully, but these errors were encountered:
应该是和这个有关系 emscripten-core/emscripten#20994
Sorry, something went wrong.
No branches or pull requests
在manifest v3的浏览器拓展中,报错:

具体报错位置:

经过检查,发现manifest v3禁用了

'unsafe-eval'
:内容安全政策
是否可以在编译时避免使用相关动态语法来解决这个问题?
The text was updated successfully, but these errors were encountered: