同步XMLHttpRequest已折旧

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.

同步XMLHttpRequest( sxhr )的用途是chrome声称的折旧。 sxhr解决了使用异步调用无法解决的问题。 例如,需要在异步函数外返回一个变量。 异步和同步方法是完全不同的,事实上,它们是相反的; 所以,声称一种方法是用相反的方法折旧完全是非理性的。

我想在我的框架中忽略这个警告。

同步调用只能在必要时调用,我的情况是必要的。


根据目前的XHR规范(见黄色注释),铬没有错。 同步XHR正处于Web平台规模的弃用过程中,所以您应该将您的应用程序迁移到异步XHR。

链接地址: http://www.djcxy.com/p/55339.html

上一篇: Synchronous XMLHttpRequest is depreciated

下一篇: Synchronous XMLHttpRequest warning and <script>