I have a web application that consists mostly of JavaScript and I know the only browser thats ever going to open that web page is going to be Chrome. Is there a way for my JavaScript to realize that the developer console of Chrome has been opened i.e. the Chrome JavaScript debugger has attached?
Asked
Active
Viewed 38 times
1
-
1Check out this question: http://stackoverflow.com/questions/7798748/find-out-whether-chrome-console-is-open – David Sherret May 09 '14 at 21:10
-
@dhsto Thanks! That looks promising... – user3621946 May 09 '14 at 21:45