Konubinix' opinionated web of thoughts

Javascript in Browser

Fleeting

javascript in browser

debug android web app with chrome

chrome://inspect/#devices

Console Utilities API reference

monitorEvents to find out what events are available

monitorEvents(object [, events]) When one of the specified events occurs on the specified object, the Event object is logged to the console. You can specify a single event to monitor, an array of events, or one of the generic events “types” mapped to a predefined collection of events. See examples below.

https://developer.chrome.com/docs/devtools/console/utilities/#monitorEvents-function