|
|
|
|
|
by smarks159
3981 days ago
|
|
The reason polymer is slow on firefox and not on chrome is because firefox does not support html imports yet, so polymer uses a polyfill that relies on asynchronously loading the html which causes a delay in the initial load. Support for html imports is not implemented in safari either.[1] [1] http://caniuse.com/#feat=imports |
|