Re: [whatwg/dom] Owned weak event listener to prevent memory leak (using EventListenerOptions) (#243)

You can certainly implement something that deactivates event listeners when a corresponding node is removed. You might even simply remove the listener. You'd lose ordering, but you'd at least not leak. In any event, I'm going to close this. More experience by libraries is needed for this to be considered.

-- 
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/243#issuecomment-372904167

Received on Wednesday, 14 March 2018 04:53:31 UTC