Re: [whatwg/dom] `childList` across different `MutationObserver`s can reverse orders (Issue #1111)

The solution in this case, based on the original design intent of `MutationObserver` is that you should be using a single `MutationObserver` to monitor both insertion & removal. Using multiple `MutationObservers` and relying on the order of records across them isn't really a use case supported by the design of this API.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1111#issuecomment-1243020713
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1111/1243020713@github.com>

Received on Sunday, 11 September 2022 18:47:07 UTC