- From: Claudia Meadows <notifications@github.com>
- Date: Sun, 27 Apr 2025 23:56:06 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 28 April 2025 06:56:10 UTC
dead-claudia left a comment (whatwg/dom#533) > Whether to design a synchronous or asynchronous solution has been a discussion point and likely one of the main reasons why we haven't been able to move forward in any direction so far. > > I for one have argued for an _asynchronous_ approach, partly because we know from the past how `MutationEvents` was shipped and later unshipped from browsers due to concerns among browser implementers about their synchronous nature. Will note that while notification is asynchronous, subscription and disconnect is synchronous. And the `.unobserve(elem)` proposal here is as synchronous as `.observe(elem)`. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/533#issuecomment-2834161037 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/533/2834161037@github.com>
Received on Monday, 28 April 2025 06:56:10 UTC