I am currently working on a web application, I have a JS logging mechanism that Handles Javascript error that are not caught by the js code inside the page. I am using windo
What you could certainly do is create a global try/catch block for all JS code instead of text parsing - which could be tricky if you come into things like: