Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sorvell opened this issue Apr 3, 2017 · 3 comments
Closed

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

sorvell opened this issue Apr 3, 2017 · 3 comments

Comments

@sorvell
Copy link

sorvell commented Apr 3, 2017

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
Copy link

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

@web-padawan
Copy link

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

@dfreedm
Copy link
Contributor

dfreedm commented May 4, 2017

Fixed with #82

@dfreedm dfreedm closed this as completed May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants