events-dictionary
v1.0.0
Published
A list of all browser events and their mappings
Downloads
1
Readme
events-dictionary
A list of browser events, their types, parameters and constructors.
Usage
import { types, constructors } from 'events-dictionary';
types.drag === 'MouseEvent' // true
types.submit === 'Event' // true
constructors[types.resize] === window.UIEvent // true