I don't know if this problem is rooted in: Javascript, Chrome browser, AngularJS, or Nodejs
Please forgive me if it not NodeJS's fault :)
>>>
I made the mistake of using the Javascript alert() function in a loop of 25,000 steps, and have checked the "Prevent this page from creating additional dialogs" checkbox.
Chrome will not quit processing the loop, even if I reboot the machine!
I reboot
Delete the loop and alert from my code
Start Nodejs server
Start Chrome and load my AngularJS webpage
It is STILL in the loop of code that has been deleted AFTER reboot!!!
Is NodeJS 'caching' the 'process' - I have no idea what to call the problem, or where it resides.
Anyone??