今天发现系统后台的某个抓取页面突然失效了,提示:
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/.
Google了一下,大概意思就是,在主线程里使用同步的ajax请求对用户体验有影响,所以不让用了。
于是修改一下抓取函数:
function ...