We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I get in production an error sometimes (firefox 50 / windows 10): Permission denied to access property "type"
if (!evt) return; if (evt.type === 'click') return clickHandler(evt); else if (evt.type === 'keypress') return keypressHandler(evt);
I'm using the CDN