All Questions
3 questions
0
votes
0
answers
345
views
get the function caller in javascript
I have a function createStuff which gets called when the html body is loaded
inside the function is a event listener btn.addEventListener("click", notes);
which calls the notes function
...
1
vote
0
answers
772
views
Getting "Maximum call stack size exceeded error" using protractor
Im getting "Maximum call stack size exceeded error" intermittently.
I saw few posts where it says possible reason would be due to recursion
I have 3 files
1) conf.js
2) mainSpec.js
3) page1.js
...
766
votes
39
answers
2.4m
views
Maximum call stack size exceeded error
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 stack size exceeded.
What exactly does this error ...