Debugging Asynchronous JavaScript

All the asynchronous callbacks in which DevTools will display the full call stack:

  • Timers
  • XHRs
  • Animation frames
  • Event listeners
  • MutationObservers

Thanks to, html5rocks.