- From: Chris Dumez <notifications@github.com>
- Date: Tue, 07 Jun 2016 08:50:34 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc:
Received on Tuesday, 7 June 2016 15:51:25 UTC
@annevk I see now that the 'removed' flag is indeed useful when calling removeEventListener(). However, I do not understand yet why setting the 'removed' flag to true is still useful for 'once' event listeners if we move step 8 between 4 and 5. It seems to me that if we move step 8 between 4 and 5, we could drop the "then set listener’s removed to true" part of step 8. --- 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-224324510
Received on Tuesday, 7 June 2016 15:51:25 UTC