Re: [webcomponents] Permit retrieval of registered classes from window.customElements (#445)

@annevk Let's not considering HTML imports, but let's consider what @JanMiksovsky proposed: window.customElements[@@iterator]()
What about if manipulate the defined custom elements via _window.customElements.definitions_?
I think that the existing structure for _Element.attributes_ fits good to _window.customElements.definitions_. Here we've the possibility to define functions like hasDefinition(), getDefinition() and so on.

---
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/445#issuecomment-199193027

Received on Monday, 21 March 2016 09:37:52 UTC