我正在尝试了解 Chrome 的 html 导入实现,例如
<link id="test_component" rel="import" href="http://localhost:8888/fail.html" onerror="handler(event)">
然而,错误事件并没有真正传达MDN中指定的有用信息。我想知道是否有任何方法可以从错误事件中获得更多信息,例如失败原因和 HTTP 状态代码。
我正在尝试了解 Chrome 的 html 导入实现,例如
<link id="test_component" rel="import" href="http://localhost:8888/fail.html" onerror="handler(event)">
然而,错误事件并没有真正传达MDN中指定的有用信息。我想知道是否有任何方法可以从错误事件中获得更多信息,例如失败原因和 HTTP 状态代码。