PolymerElements / iron-location

A Polymer element that manages binding to the page's URL.
22 stars 41 forks source link

[2.0-preview] does not work on IE11 due to missing `new URL` #75

Closed sorvell closed 7 years ago

sorvell commented 7 years ago

The 2.0-preview branch doesn't work out of the box due to reliance on new URL. This is no longer polyfilled by webcomponents so the element should either not rely on it or require/provide a polyfill.

JonathanSidego commented 7 years ago

@sorvell I'm having the same issue here. How are you implementing your polyfill/which one are you using?

web-padawan commented 7 years ago

Here is an example of URL feature detection which might be useful here.

dfreedm commented 7 years ago

Fixed with https://github.com/PolymerElements/iron-location/pull/82