Re: [whatwg/dom] Declarative Shadow DOM (#831)

@mfreed7 : Nice right up on https://github.com/mfreed7/declarative-shadow-dom/blob/master/README.md. Could you get the new perf numbers after replacing `template.content.cloneNode` with `template.content.importNode`? That would avoid adoption of the cloned nodes from the template's document into the destination document.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/831#issuecomment-585565999

Received on Thursday, 13 February 2020 06:01:52 UTC