- Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
Description
Due to minification during the build process, the getName method is renamed (uglified) and no longer accessible on customElements.
Example
customElements.getName is undefined
Steps to reproduce
- Load the polyfill
- Try to call customElements.getName
Expected behavior
customElements.getName should be a function that returns the name for a previously-defined custom element.
Actual behavior
getName is not assigned to customElements
Version
0.0.9
Browsers affected
- Chrome
Have not checked the other browsers