An example gist of an event symbol plus the attached listeners.
/* Object representation of listeners attached to a symbol name */ | |
const events = { | |
"onkeydown": [function, function, function, function, function], | |
"onkeyup": [function, function] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment