I'm wondering where is the callback function of addEventListener stored.
In the spec.whatwg, they say like this,
"Each EventTarget object has an associated event listener list (a list of zero or more event listeners). It is initially the empty list."
Is this all?
Then, how can we access that list by JavaScript ?