Echo JS 0.11.0

<~>

sppericat 3199 days ago. link 1 point
at this point since you are using a web component, it means the polyfill needs to be loaded ...so why not just use <link rel="import" /> ?
chris-l 3189 days ago. link 1 point
Ok, so the question is: "Why using this component instead of just using <link rel="import" />", is that correct?

Well, the answer is because import != include.

hehe, interesting that you mention this, since that very distinction was the reason for the creation of this component on the first place.

You can read the discussion that lead to the creation of this component here: https://github.com/w3c/webcomponents/issues/280