- From: Herb <notifications@github.com>
- Date: Thu, 24 Aug 2023 08:42:26 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 24 August 2023 15:42:33 UTC
Hi, I came to ask about what happens to the queue when you observe the same node again. Because I'd like to know the semantics of this which can be used now as far as I can see: ```js m.observe(e, { attribute: true, attributeFilter: [] }); ``` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/126#issuecomment-1691937121 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/126/1691937121@github.com>
Received on Thursday, 24 August 2023 15:42:33 UTC