polymer 2.0 web app doesnt work on firefox and Edge -


hi why whis web page works fine in chrome not in firefox , edge? example

i cant find why :( , dont know how search problem :(

can try replace line

<script type="text/javascript" src="bower_components/webcomponentsjs/custom-elements-es5-adapter.js"></script> 

with

<script src="bower_components/webcomponentsjs/webcomponents-loader.js"></script> 

Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -