Re: [whatwg/dom] Event Listener Execution Order for Same Event Is Undefined (#415)

@domenic Right. But the step also appends a "pointer" to each listener to the invocation queue, not the original listener object, which implies that listeners can be shuffled if you're using a reference list of listeners. I'll take your word for it though since I now know what I needed to know when I filed this issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/415#issuecomment-281877143

Received on Thursday, 23 February 2017 02:52:13 UTC