超出最大调用堆栈大小错误
我正在使用 Direct Web Remoting (DWR) JavaScript 库文件,并且仅在 Safari(桌面和 iPad)中出现错误
I am using a Direct Web Remoting (DWR) JavaScript library file and am getting an error only in Safari (desktop and iPad)
它说
已超出最大调用堆栈大小.
Maximum call stack size exceeded.
这个错误究竟是什么意思,它是否完全停止处理?
What exactly does this error mean and does it stop processing completely?
还有针对 Safari
浏览器的任何修复(实际上在 iPad Safari
上,它说
Also any fix for Safari
browser (Actually on the iPad Safari
, it says
JS:执行超时
我假设是相同的调用堆栈问题)
which I am assuming is the same call stack issue)
如果您不小心导入/嵌入同一个 JavaScript 文件两次,有时会得到这个,值得在检查器的资源选项卡中检查.
You can sometimes get this if you accidentally import/embed the same JavaScript file twice, worth checking in your resources tab of the inspector.