- From: Ryosuke Niwa <notifications@github.com>
- Date: Sun, 11 Sep 2022 11:44:41 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 11 September 2022 18:44:54 UTC
Okay, so the issue here, I believe, is that when multiple MutationObserver are used to observe tree mutations of different elements, `addedNodes` can be queued to one `MutationObserver` before `removedNodes` is queued to another `MutationObserver` even if the removal happened before the insertion. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1111#issuecomment-1243020371 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1111/1243020371@github.com>
Received on Sunday, 11 September 2022 18:44:54 UTC