- From: Ryosuke Niwa <notifications@github.com>
- Date: Sun, 11 Sep 2022 11:46:54 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 11 September 2022 18:47:07 UTC
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