input-methods icon indicating copy to clipboard operation
input-methods copied to clipboard

Log more of Input Events Level 2 data

Open danburzo opened this issue 8 years ago • 1 comments

  • DataTransfer
  • range

danburzo avatar Aug 21 '17 09:08 danburzo

It would be awesome if the events were logged to the console along with their # so that you could open up the objects and look through them right there in the inspector.

ianstormtaylor avatar Oct 13 '17 01:10 ianstormtaylor

Fixed a few aspects of this in the new version at: https://danburzo.ro/ui-events-viewer/ . Specifically:

  • Show the list of MIME types available in InputEvent.dataTransfer
  • Log the event along with its index number to the console as well.

danburzo avatar Feb 20 '23 12:02 danburzo