DART fails in Chrome 44 -


i installed new chrome 44 , dart application stopped working (it worked in chrome 43). see in developer console:

uncaught typeerror: this.shadowroot.getelementsbytagname not function mypage.html:5884 uncaught typeerror: this.shadowroot.getelementsbytagname not function mypage.html:6389 uncaught typeerror: this.shadowroot.getelementsbytagname not function mypage.html:7770 uncaught typeerror: this.shadowroot.getelementsbytagname not function mypage.html:11479 uncaught typeerror: this.shadowroot.getelementsbytagname not function mypage.html:11918 uncaught typeerror: this.shadowroot.getelementsbytagname not function mypage.html:12486 uncaught typeerror: this.shadowroot.getelementsbytagname not function mypage.html:12811 uncaught typeerror: this.shadowroot.getelementsbytagname not function mypage.html:13079 uncaught typeerror: this.shadowroot.getelementsbytagname not function mypage.html:13697 uncaught typeerror: this.shadowroot.getelementsbytagname not function 

my suspicion bug introduced in new chrome release.

however, if has more information on this, please, advise.

seems deprecated while ago , removed https://groups.google.com/a/chromium.org/forum/m/#!msg/blink-reviews/r25yae9ybmy/lwcgkqmppfkj


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -