googlecodelabs / chrome-es2015

How to build your first ES2015/ES6 app
https://codelabs.developers.google.com/codelabs/chrome-es2015/
Apache License 2.0
18 stars 33 forks source link

createdCallback deprecated #13

Open rahimoddin opened 5 years ago

rahimoddin commented 5 years ago

Did not find 'createdCallback' on MDN documentation, probably it is deprecated. Replaced with connectedCallback and its working fine.