Re: [whatwg/dom] Proposal: a DocumentFragment whose nodes do not get removed once inserted (#736)

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