codelabs
codelabs copied to clipboard
Use of deprecated HTML and javascript functions
Current versions of Google Chrome reports deprecation messages.
- ìndex.html` uses an HTML import. This is a deprecated feature that will be removed around March 2019.
<link rel="import" href="/src/my-app.html">
- The used polymer library uses
document.registerElementandElement.createShadowRootthat are deprecated and will be removed too.