Chrome prints this message in the JS console

That鈥檚 an innocous message. native document.registerElelement will be deprecated but A-Frame functionality won鈥檛 be affected. We polyfill via Mutation Observers.
hmm looks like the message comes from here
https://github.com/aframevr/aframe/blob/9a778cc499e4e7c509b3ff80abb8aa8e1267d8f4/src/core/a-register-element.js#L69
A-Frame uses the custom elements API v0 (document.registerElement) to register all its elements a-node, a-scene... V0 will be deprecated next year in favor of V1. A-Frame has a polyfill for the old version and the deprecation won鈥檛 affect any functionality. You can safely ignore that warning message.
What's the plan to use the Custom Elements implementation that ships in Chrome, Safari and Firefox?
Most helpful comment
What's the plan to use the Custom Elements implementation that ships in Chrome, Safari and Firefox?