- From: Noam Rosenthal <notifications@github.com>
- Date: Fri, 22 Nov 2024 13:57:44 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 22 November 2024 21:57:48 UTC
> Honestly this was an opportunity to make common DOM operations fast by default, it’s ending up as “check what internals do before you call this new API” story. IMHO, factor out those internals as userland method or allow devs to not care about those internals when the intention is to place a node in that place regardless. Everybody wins in latter case, nobody wins and n the current state. Those are not internals, the check is whether you're moving two connected nodes within the same document. If a framework etc. knows this in advance it doesn't need to check any of this. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1255#issuecomment-2494934491 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1255/2494934491@github.com>
Received on Friday, 22 November 2024 21:57:48 UTC