We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to minification during the build process, the getName method is renamed (uglified) and no longer accessible on customElements.
customElements.getName is undefined
customElements.getName should be a function that returns the name for a previously-defined custom element.
getName is not assigned to customElements
0.0.9
Have not checked the other browsers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
Have not checked the other browsers
The text was updated successfully, but these errors were encountered: