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
Platform: MacBook/Intel OS: Mojave 10.14.6 Browser: Chrome "Version 76.0.3809.100 (Official Build) (64-bit)"
Steps to Reproduce:
Result: Two warnings appear.
[Deprecation] HTML Imports is deprecated and will be removed in M80, around February 2020. Please use ES modules instead. See https://www.chromestatus.com/features/5144752345317376 and https://developers.google.com/web/updates/2019/07/web-components-time-to-upgrade for more details.
HTML
Imports
ES
[Deprecation] document.registerElement is deprecated and will be removed in M80, around February 2020. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 and https://developers.google.com/web/updates/2019/07/web-components-time-to-upgrade for more details.
document.registerElement
window.customElements.define
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Platform: MacBook/Intel
OS: Mojave 10.14.6
Browser: Chrome "Version 76.0.3809.100 (Official Build) (64-bit)"
Steps to Reproduce:
Result:
Two warnings appear.
The text was updated successfully, but these errors were encountered: