Last active
September 18, 2025 08:32
-
-
Save Stadly/451486e1881bccbf2c2afce426d2835b to your computer and use it in GitHub Desktop.
Paste in address bar to get max call stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function(){var i=0;function r(){i++;r()}try{r()}catch(e){alert('maxStackSize = '+i+'\nerror: '+e)}})() |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
iOS: 7915
Node.js: 13734