codelabs icon indicating copy to clipboard operation
codelabs copied to clipboard

Use of deprecated HTML and javascript functions

Open JaimeChavarriaga opened this issue 7 years ago • 0 comments

Current versions of Google Chrome reports deprecation messages.

  1. ì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">
  1. The used polymer library uses document.registerElement and Element.createShadowRoot that are deprecated and will be removed too.

JaimeChavarriaga avatar Nov 10 '18 20:11 JaimeChavarriaga