2015-07-21 66 views
0

我安装了新的Chrome 44并且我的DART应用程序停止工作(它在Chrome 43中运行)。 我看到这在我的开发者控制台:Chrome中的DoubleClick失败44

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版本中引入的错误。

但是,如果有人有这方面的更多信息,请指教。

回答

相关问题