Re: [w3c/webcomponents] Is there a way to retrieve the localName from a custom element constructor? (#566)

We could add something like `getName` on `document.customElements` that gives you the name of the custom element given the constructor, which you can obtain via `new.target`.

-- 
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/566#issuecomment-247530452

Received on Friday, 16 September 2016 06:50:33 UTC