JavaScript code inspector for dynamically generated HTML element
Categories
(DevTools :: Debugger, enhancement)
Tracking
(Not tracked)
People
(Reporter: nguyenquangthang1703, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
Steps to reproduce:
im trying to contribute a new feature that will allow developer to see the javascript code of dynamically generated HTML element.
It quite like to HTML inspector that already in devtools, but instead of move to HTML element, this feature will display javascript code in debugger tab when user click on element on web page.
Actual results:
Im trying to create a new actor that will responsible for this feature. This actor will record all DOM node that is dynamically generated in execution phrase and location of where it is created. I have followed the document to create a new actor, but don't know how to make affect to codebase.
Expected results:
i want to create new actor that can record all dynamically generated DOM node and
details location where it is generated in javascript code (in index.js file or script element).
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Debugger' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Description
•