- From: Rob Eisenberg <notifications@github.com>
- Date: Tue, 09 Jan 2024 08:05:07 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 9 January 2024 16:05:14 UTC
In the call, I wondered whether we might find value in adding something like this: ```js const template = document.createElement('template'); registry.run(() => template.innerHTML = htmlString); return template.content.cloneNode(true); ``` I think there was agreement that we didn't want to block moving forward with the current proposal, but something like this might be added in round two. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1043#issuecomment-1883332296 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1043/1883332296@github.com>
Received on Tuesday, 9 January 2024 16:05:14 UTC