Skip to content
JS
JavaScript error

InternalError

The JavaScript exception "too much recursion" or "Maximum call stack size exceeded" occurs when there are too many function calls, or a function is missing a base case.

Reference entryJavaScriptFetched
RangeError: Maximum call stack size exceeded (Chrome)
As listed by MDN Web Docs
InternalError: too much recursion (Firefox)
As listed by MDN Web Docs
RangeError: Maximum call stack size exceeded. (Safari)
As listed by MDN Web Docs
Category
InternalError in Firefox; RangeError in Chrome and Safari
Severity
error
Runtime
both
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: MDN Web Docs. Data fetched 2026-09-25T01:48:37.274Z.