- From: Ryosuke Niwa <notifications@github.com>
- Date: Sun, 27 Apr 2025 16:32:41 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 27 April 2025 23:32:45 UTC
rniwa left a comment (whatwg/dom#533) > Just to clarify the OP: > > > similar to the way `connectedCallback` and `disconnectedCallback` work for custom elements but unlike those at the end of the microtask > > Is this describing a synchronous API (not an async API like MutationObserver which runs callbacks in a microtask)? No. The API request here is like other mutation observer callbacks and only happens at the end of a current microtask. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/533#issuecomment-2833694257 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/533/2833694257@github.com>
Received on Sunday, 27 April 2025 23:32:45 UTC