You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other async entry points. We've hooked into setTimeout, setInterval and requestAnimationFrame. I think there are a few other candidates for wrapping automatically, but I can't think of a reliable way to find them all.
I tried in reading the global available objects on window by looking at the source of firebug. They have autocomplete also for all available objects.
Re the pull request, I'm not too worried about the other uses of addEventListener (as I think we have very good coverage there) I was more concerned about things that don't fall into that pattern.
I found probably a way to find them all point 3 in your blog.
https://bugsnag.com/blog/js-stacktraces/
I tried in reading the global available objects on window by looking at the source of firebug. They have autocomplete also for all available objects.
https://github.com/firebug/firebug/blob/master/extension/content/firebug/console/autoCompleter.js#L1873
The text was updated successfully, but these errors were encountered: