Re: [WICG/webcomponents] [scoped-registries] Consider future expansion to allow using a registry without new API (Issue #1043)

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