Closed brainkim closed 3 years ago
This probably won’t work because appending elements to a DocumentFragment will reparent the DOM nodes and remove them from the live DOM. I want something like https://github.com/whatwg/dom/issues/736 except the opposite, in that rather than persisting the fragment after its appended to the DOM, I want the nodes added to the DocumentFragment to be persisted in the DOM instead.