Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show target object type in event handler comments #13

Open
antross opened this issue Aug 13, 2018 · 0 comments
Open

Show target object type in event handler comments #13

antross opened this issue Aug 13, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@antross
Copy link
Owner

antross commented Aug 13, 2018

Currently the target object of an event can be a bit ambiguous in the trace. For example:

// event load

Could refer to a Window, HTMLScriptElement, or XMLHttpRequest to name a few. Something more like the following would help:

// event load on window
@antross antross added enhancement New feature or request good first issue Good for newcomers labels Aug 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant