WebGL - too much recursion browser error!

Hello,
So many developers like myself keep bumping into this browser error when using IEnumerator and yield return in firefox. My current project relies on such functions every now and then.
No one has yet been given a correct answer on how to resolve this issue.

If anyone knows how to fix this please post it here, many thanks!

Sean

As I understand it, you can only have a stack about 1000 high in javascript (this is coming second-hand), you may have to look at other ways of executing your code. Possible to move anything into a loop from recursive methods?