Re: [w3c/webcomponents] [templates] Is a global registry of template processors the right idea? (#681)

In experimenting with polyfills for this feature, I found it most convenient to specify the template processor when `HTMLTemplateElement.prototype.createInstance` is invoked, similarly to what @domenic demonstrated in his Template Parts proposal. E.g., `template.createInstance(myProcessor, optionalValues)`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/681#issuecomment-368976080

Received on Tuesday, 27 February 2018 18:22:36 UTC