DART 在 Chrome 44 后失败
DART fails in Chrome 44
我安装了新的 Chrome 44,但我的 DART 应用程序停止工作(它在 Chrome 43 中工作)。
我在我的开发者控制台中看到了这个:
Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:5884 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:6389 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:7770 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:11479 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:11918 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:12486 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:12811 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:13079 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:13697 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
我怀疑是新 Chrome 版本中引入的错误。
但是,如果有人对此有更多的信息,请指教。
我安装了新的 Chrome 44,但我的 DART 应用程序停止工作(它在 Chrome 43 中工作)。 我在我的开发者控制台中看到了这个:
Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:5884 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:6389 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:7770 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:11479 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:11918 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:12486 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:12811 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:13079 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
mypage.html:13697 Uncaught TypeError: this.shadowRoot.getElementsByTagName is not a function
我怀疑是新 Chrome 版本中引入的错误。
但是,如果有人对此有更多的信息,请指教。