Search code examples
javascriptsecurityjavascript-debugger

How to find out if there is Javascript code that is listening to keyboard events?


How can I find out if there is Javascript code listening/intercepting keyboard events and ideally find the exact line/location in the code (e.g. in ChromeDev Tools)?


Solution

  • My Answer is for Chrome Browser

    You can read more about these API

    You can also observe these events from the Dev tools

    enter image description here