Re: [whatwg/dom] What happens if a 'once' eventListener dispatches a similar event? (#265)

No, note that we operate on a copy of the object's listeners there. We have that copy to prevent new listeners from being added, but we use removed to still allow removal of them (either through this once feature or the `removeEventListener()` method).

---
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/265#issuecomment-224307710

Received on Tuesday, 7 June 2016 14:58:52 UTC