WebAssembly 未在 github 编辑器中的 ms-edge 上定义 [已修复]
Microsoft Edge 浏览器上的 GitHub 代码编辑器 (github.dev) 显示错误请求初始化失败,并显示消息:Webassemble 未定义
,并且在打开文件(例如简单的 .cs 文件)时缺少语法突出显示
< a href="https://i.sstatic.net/UnMyw.png" rel="nofollow noreferrer">
GitHub code editor (github.dev) on Microsoft Edge browser says the error request initialize failed with message: Webassembly is not defined
and also missing syntax highlighting while opening a file (e.g. a simple .cs file)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要解决此问题,您所需要做的就是转到
边缘设置
>隐私、搜索和服务
>向下滚动到选项增强网络安全性
,然后将其关闭
(请注意,您必须完全关闭它,而不是将其设置为“平衡”或“严格”。)或者您可以创建例外:
之后刷新 github 并查看它的工作情况...
希望这可以节省您的时间。
All you need to do to fix that is to go to the
edge settings
>privacy, search, and services
> scroll down to reach optionEnhance your security on the web
, and justturn it off
(note that you must completely turn it off, not setting it on Balanced or strict.)or you can create exception:
after that refresh the github and see it working...
hope this saves you time.
截至目前(2022.5),上述例外列表不再有效。禁用增强安全功能对我来说从来都不是一个选择。
用户应将以下网站添加到例外中。请注意
[*.]
通配符,它是强制性的。如果您使用的是 vscode.dev,则应该添加它。
如果您使用的是 VSCode Web Insider 版本(单击左下角的
切换到 Insider Versions...
),请添加以下域。添加 github.com 是不必要的,实际的工作人员并不从该域运行。
更新:
目前(07/2022)以下内容对我有用:
As of now (2022.5), the above exceptions list no longer works. Disabling Enhanced Security feature is never an option for me.
Users should add the following sites to exceptions. Mind the
[*.]
wildcard, it's mandatory.If you are using vscode.dev, you should add it either
If you are using VSCode Web insider builds (click
Switch to Insider Versions...
on bottom-left ), add the following domain.adding
github.com
is not necessary, the actual workers are not running from this domain.Update:
Currently (07/2022) the following works for me: