无法在 EDGE 中打开 Aurelia 网站

Cannot open Aurelia site in EDGE

Microsoft Edge 出现奇怪的问题,无法加载我的 Aurelia 网站。我已经用谷歌搜索了几个小时,但没有运气。 Microsoft 唯一的解决方案是清除缓存或执行 sfc /scannow。如果我打开了开发者工具,页面会尝试加载,但几秒钟后我得到相同的结果。

我已在此处发布网站:https://jbockle.github.io/aurelia-json-schema-form/

我收到以下错误重定向:

This page is having a problem loading

We tried to load this page for you a few times, but there is still a problem with this site. We know you have better things to do than to watch this page reload over and over again so try coming back to this page later.

我需要确认不仅仅是我有这个问题,如果你有任何解决这个问题的建议。

我的项目在这里开源:https://github.com/jbockle/aurelia-json-schema-form

您是否在项目中使用媒体查询 -ms-viewport?

当我尝试在 Edge 中打开您的页面时,收到以下警告。

您可以尝试将其从您的项目中删除,这可能会帮助您解决此问题。 Edge 似乎不再支持 -ms-viewport。

如果您 运行 带有 Chrome 的页面,则页面会加载,但还会在控制台中生成 404 错误。

问题最终成为我从其他模板复制的具有 placeholder.bind 属性的 <input type="range"> 元素。由于某种原因,它导致 microsoftedgecp.exe 崩溃。删除属性修复它。