- From: Lea Verou <notifications@github.com>
- Date: Thu, 03 Oct 2024 22:44:45 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 4 October 2024 05:44:49 UTC
I actually wonder if this might be something we could simply fix. Code that follows the pattern in my first comment won't break, it will simply take the records before `disconnect()` is called. And the rest is already broken — I'd wager it's highly unlikely that code depends on pending records _not_ being taken. If not, another solution is to introduce a _different_ method, and deprecate `disconnect()`. Though this is a conventional name at this point that other observers share too… @annevk What do you think? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1283#issuecomment-2392866729 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1283/2392866729@github.com>
Received on Friday, 4 October 2024 05:44:49 UTC