Re: [whatwg/dom] MutationObserver invocation order (#713)

> If the list holds weak references, it is possible for a MOs that had pending notifications to be GCed before those notifications get processed, which should not be possible.

This is not true, because the nodes have references to their corresponding MOs. (Those references get cleared once notifications are delivered.)

-- 
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/713#issuecomment-443607990

Received on Monday, 3 December 2018 06:59:04 UTC