- From: Romain Lebesle <notifications@github.com>
- Date: Thu, 14 Nov 2024 03:55:17 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 14 November 2024 11:55:21 UTC
I'd be happy enough to have a read-only property such as `fragmentChildren` that would reflect the children of a `DocumentFragment` at the moment where it is added to another `Document`. This way, even after the `DocumentFragment` gets appended to a `Document` and its children are moved over, we still have a reference to this batch of `Node`. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/736#issuecomment-2476159361 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/736/2476159361@github.com>
Received on Thursday, 14 November 2024 11:55:21 UTC