Disable the "Slow script" dialog in Safari when debugging javascript?

I use the built-in javascript debugger in Safari 4 on Windows (WebKit Web Inspector), but when I go through the code, I continue to get the "Slow Script" dialog in which I try to interrupt / continue the script every few seconds. This is annoying.

Is there a way to disable this or otherwise prevent it from prompting me every few seconds?

+3
source share
2 answers

The development menu should have the option "disable the runaway JavaScript timer"

+4
source

, "" ( "" → "" - " " "), " → " JavaScript".

+1

Source: https://habr.com/ru/post/1724404/


All Articles