Confirmed users
496
edits
(Describe use cases for stack snapshots.) |
(Note that we're just getting started.) |
||
Line 15: | Line 15: | ||
Frameworks may want to elide their implementation details for clarity, so the snapshot API should let code flag certain frames to be presented by developer tools in a simplified form. For example, when a <code>jQuery</code> event handler fires, developer tools should present a simplied, legible description of what sort of jQuery event it is, and where the application called the jQuery method to register the handler, rather than simply showing stack frames executing functions internal to jQuery. | Frameworks may want to elide their implementation details for clarity, so the snapshot API should let code flag certain frames to be presented by developer tools in a simplified form. For example, when a <code>jQuery</code> event handler fires, developer tools should present a simplied, legible description of what sort of jQuery event it is, and where the application called the jQuery method to register the handler, rather than simply showing stack frames executing functions internal to jQuery. | ||
This work is just getting started; no bugs have been filed for it yet. |