I have elements built with Polymer which needs to run on multiple sites (a widget) which:
- Don't have Polymer included (fine, I can include)
- Polymer already included at a compatible version (brilliant, unlikely)
- Polymer at an unknown version (too old or too new, tricky)
Is it possible to load Polymer in a namespace? e.g. myObj.Polymer
or MyPolymerName
I have found polymer-js which will let me load Polymer as a module, but this isn't an official way. This still exports to the global scope