Monday, July 30, 2012

jquery – See threads that JavaScript is creating?



Is there a way to see the \”threads\” that JavaScript is creating? For example, if I have an event handler attached to a DOM element, I assume that JavaScript will implicitly make a new thread to run that code in the background? If so, is there a way to see (e.g. via Firebug, WebKit inspector, etc.) the different \”threads\” that JavaScript has open? (And if it\’s not threads that JavaScript is using, then how do event handlers work \”behind-the-scenes\”?)






Rating: 3 out of 5 based on 4 ratings



The post jquery – See threads that JavaScript is creating? appeared first on Javascript ASK.






via Javascript ASK http://javascriptask.phpfogapp.com/jquery-see-threads-that-javascript-is-creating.html

No comments:

Post a Comment