Demo is totally borked on Safari 10
Closed this issue · 2 comments
tjsavage commented
frankiefu commented
From the console:
[Error] TypeError: undefined is not an object (evaluating 'descriptor.value')
installProperty (webcomponents.js:235)
registerInstanceProperties (webcomponents.js:182)
registerInternal (webcomponents.js:269)
register (webcomponents.js:260)
(anonymous function) (webcomponents.js:4365)
Global Code (webcomponents.js:4367)
webcomponetsjs issue: webcomponents/webcomponentsjs#617
frankiefu commented
Oh wait, the webcomponentsjs issue is in ShadowDOM polyfill, which this demo shouldn't be using. Currently the demo is incorrectly loading webcomponents.js
, instead it should load webcomponents-lite.js