I'm currently using polymer version
0.5.4, and receiving the following console error in Safari 5.1.7, specifically relating to webcomponents.min.js:
ReferenceError: Can't find variable: Window (webcomponents.min.js.11)
When I switch over webcomponents.js, I receive the following error:
SyntaxError: Cannot declare a parameter named 'textContent' in strict mode (webcomponents.js:1948)
The site runs fine in Chrome v40.0, and IE 11 (albeit slow in IE) without any errors.
Any suggestions? Is this a known issue? I noted comments relating to a fixed Polyfill in Safari for Polymer 0.5.4, but it doesn't seem to have resolved the issue in my case. I should also note that this Safari issue only began with Polymer version 0.5.3.