[Deprecation] document.registerElement is deprecated and will be removed in M73, around March 2019.

[Deprecation] document.registerElement is deprecated and will be removed in M73,
around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.
--
在使用 Chrome 调试页面时,有警告提示 document.registerElement 已过时,并将在 M73 中被移除,建议使用 window.customElements.define 进行替换;查阅警告指向的 vendors.bundle.js 文件,发现确实存在两处 l.registerElement 的代码片段,于是替换,问题解决

  • l 是压缩后的 JavaScript 变量名
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。