我在普通的Chrome浏览器中。我正在使用第三方库 - firebase进行身份验证。我一直收到这些错误:
auth/network-request-failed
A network error (such as timeout, interrupted connection or unreachable host) has occurred.
最后,在firebase支持的帮助下,发现这是问题所在:
navigator.onLine
在我的Chrome浏览器中,navigator.onLine
始终为false
。发生这种情况:
Chrome信息(最新):
在其他浏览器中,Safari和Firefox navigator.onLine
都正确true
。
navigator.onLine
可靠吗?或者它已知是有缺陷的,还是其他事情发生了?我搜索了Chromium错误以获得更好的想法,但找不到任何线索https://bugs.chromium.org/p/chromium/issues/list?q=navigator.online