This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| ====================================================================== | |
| Example trying to show hooking addEventListener to see if we can | |
| capture error state for errors that occur in the handler. | |
| Basically, we can capture that an error occurred, and get the | |
| error message, and the event and object that was fired that | |
| caused code to run that caused the error. But no stack trace | |
| or line information. |