作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Firebase 的 ping 服务正在使用 Google Chrome 报告的 Synchronous XMLHttpRequest,如下所示:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
.lp?dframe=t&id=612050&pw=gcdpSrzjvk&ns=myapp:5
最佳答案
只有退回到长轮询的客户端才会出现此错误。
只有在关闭页面、导航或刷新页面时才能看到它。
Firebase 客户端选择执行同步 XHR 来告诉服务器它正在断开连接。这样,服务器可以立即运行您在任何 onDisconnect()
上指定的逻辑。功能。否则,客户端必须依赖超时,这可能需要一两分钟。
当页面刷新并且它在控制台中徘徊时,您可能会看到这一点。
但是,没有什么可担心的,这是故意的,而且对您的应用程序也无害。
关于javascript - Firebase 同步 XMLHttpRequest 已弃用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32467144/
我是一名优秀的程序员,十分优秀!