JavaScript console.log causes error: “Synchronous XMLHttpRequest on the main thread is deprecated…”

后端 未结 21 2032
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-22 09:26

I have been adding logs to the console to check the status of different variables without using the Firefox debugger.

However, in many places in which I add a

21条回答
  •  没有蜡笔的小新
    2020-11-22 09:28

    1. In Chrome, press F12
    2. Develomping tools-> press F1.
    3. See settings->general->Apperance: "Don't show chrome Data Saver warning"- set this checkbox.
    4. See settings->general->Console: "Log XMLHTTPRequest" - set this checkbox too.

    Enjoy

提交回复
热议问题