Maximum call stack size exceeded error

后端 未结 30 2603
独厮守ぢ
独厮守ぢ 2020-11-21 23:51

I am using a Direct Web Remoting (DWR) JavaScript library file and am getting an error only in Safari (desktop and iPad)

It says

Maximum call

30条回答
  •  遥遥无期
    2020-11-22 00:29

    If you need a infinite process/recursion running for some reason, you can use a webworker in a seperate thread. http://www.html5rocks.com/en/tutorials/workers/basics/

    if you want to manipulate dom elements and redraw, use animation http://creativejs.com/resources/requestanimationframe/

提交回复
热议问题