Re: [dom] removeEventListener doesn't handle currently dispatching events (#84)

The way to not consider new stuff was to iterate once and only store pointers for the stuff currently in the list. So you wouldn't have any pointers to newly added listeners.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/84#issuecomment-155848265

Received on Wednesday, 11 November 2015 17:07:32 UTC