I am using a Direct Web Remoting (DWR) JavaScript library file and am getting an error only in Safari (desktop and iPad)
(我正在使用Direct Web Remoting(DWR)JavaScript库文件,并且仅在Safari(台式机和iPad)中出现错误)
It says
(它说)
Maximum call stack size exceeded.
(超出最大呼叫堆栈大小。)
What exactly does this error mean and does it stop processing completely?
(该错误的确切含义是什么,它会完全停止处理吗?)
Also any fix for Safari
browser (Actually on the iPad Safari
, it says
(也可以解决Safari
浏览器的所有问题(实际上是在iPad Safari
,)
JS:execution exceeded timeout
(JS:执行超出超时)
which I am assuming is the same call stack issue)
(我假设是相同的调用堆栈问题))
ask by testndtv translate from so