Setting JavaScript Timeout limit in Google Chrome

后端 未结 3 1975
不知归路
不知归路 2021-01-02 12:35

Is it possible to increase the time out limit for JavaScript?

If I have a script that executes for more than 20/30 seconds chrome will pop-up with the unresponsable

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-02 13:00

    If your goal is to suppress "Kill-Wait" message as quick temporary fix for your slow JavaScript then the solution is to open Tools/Developer Tools in Google Chrome and keep it open and minimized somewhere on your desktop while browsing .

提交回复
热议问题