Last active
November 19, 2020 21:12
-
-
Save cevek/5e0afb7ce308e91ed37870b803cbccf2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
search | |
abort | |
blur | |
change | |
click | |
close | |
contextmenu | |
dblclick | |
drag | |
dragend | |
dragenter | |
dragleave | |
dragover | |
dragstart | |
drop | |
error | |
focus | |
keydown | |
keypress | |
keyup | |
load | |
mousedown | |
mouseenter | |
mouseleave | |
mousemove | |
mouseout | |
mouseover | |
mouseup | |
mousewheel | |
resize | |
scroll | |
select | |
wheel | |
auxclick | |
gotpointercapture | |
lostpointercapture | |
pointerdown | |
pointermove | |
pointerup | |
pointercancel | |
pointerover | |
pointerout | |
pointerenter | |
pointerleave | |
selectstart | |
selectionchange | |
animationend | |
animationiteration | |
animationstart | |
transitionend | |
pointerrawupdate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
readystatechange | |
pointerlockchange | |
pointerlockerror | |
beforecopy | |
beforecut | |
beforepaste | |
freeze | |
resume | |
securitypolicyviolation | |
visibilitychange | |
fullscreenchange | |
fullscreenerror | |
copy | |
cut | |
paste |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
element | |
beforexrselect | |
input/select/textarea | |
input | |
invalid | |
form | |
formdata | |
reset | |
submit | |
audio/video | |
encrypted | |
waitingforkey | |
waiting | |
volumechange | |
pause | |
play | |
playing | |
progress | |
ratechange | |
timeupdate | |
seeked | |
seeking | |
loadeddata | |
loadedmetadata | |
loadstart | |
durationchange | |
emptied | |
ended | |
stalled | |
suspend | |
canplay | |
canplaythrough | |
video | |
enterpictureinpicture | |
leavepictureinpicture | |
canvas | |
webglcontextcreationerror | |
webglcontextlost | |
webglcontextrestored | |
track | |
cuechange | |
details | |
toggle | |
dialog | |
cancel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
appinstalled | |
beforeinstallprompt | |
afterprint | |
beforeprint | |
beforeunload | |
hashchange | |
languagechange | |
message | |
messageerror | |
offline | |
online | |
pagehide | |
pageshow | |
popstate | |
rejectionhandled | |
storage | |
unhandledrejection | |
unload | |
devicemotion | |
deviceorientation | |
deviceorientationabsolute |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment