w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
145 stars 52 forks source link

key-event-viewer does not work in Internet Explorer #188

Closed rofrol closed 1 year ago

rofrol commented 6 years ago

For Internet Explorer to work, change for...of to forEach and don't use default parameters like setInputFocus(resetData=false).

garykac commented 1 year ago

The DomEventViewer now lives in https://github.com/garykac/dom-event-viewer (and can be used at https://domeventviewer.com/).

I don't think this is an issue that matters much anymore, but if you feel differently please open an issue in the dom-event-viewer repo.

Thanks!