GoogleWebComponents / google-apis

Web components for loading Google's JavaScript Libraries
https://elements.polymer-project.org/elements/google-apis
Other
87 stars 64 forks source link

Element should not use a dom-module #72

Closed ebidel closed 8 years ago

ebidel commented 8 years ago

There's no reason to setup a dom-module, shadow dom, etc. Everything should be done in JS.

softkot commented 8 years ago

In fact, this fix leads to race conditions. See https://github.com/GoogleWebComponents/google-apis/issues/75