- From: James Browning <notifications@github.com>
- Date: Thu, 15 Sep 2022 21:06:17 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 16 September 2022 04:06:29 UTC
> 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. This seems kind've weird, because using the sync `.takeRecords()` the records *are added to the observers in the correct order*: ```js // Sync records of the first example: https://codepen.io/trusktr/pen/oNqrNXE/3aad3bb7315877d00c7c42e3d77fed5a ``` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1111#issuecomment-1248894594 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1111/1248894594@github.com>
Received on Friday, 16 September 2022 04:06:29 UTC