What are the js recursion limits for Firefox, Chrome, Safari, IE, etc?
Posted
by Maciek
on Stack Overflow
See other posts from Stack Overflow
or by Maciek
Published on 2010-05-10T18:06:53Z
Indexed on
2010/05/10
18:24 UTC
Read the original article
Hit count: 163
JavaScript
|recursion
I've got some Javascript code which uses fairly deep recursion and I'd like to find out what the recursion limits in the various browsers are (i.e. the point at which the error "too much recursion" will happen).
Anyone have any solid numbers on this, by version?
© Stack Overflow or respective owner