-
Notifications
You must be signed in to change notification settings - Fork 41
IE11 support for "new URL()" is gone... #74
Comments
@e111077 Not sure if you are the right person for this but seems like a big problem if you want to do routing... |
Heya, I am the right person. We have received many complaints and have ran into huge issues when including our own polyfills in elements which is why the url polyfill was moved to the dev dependencies. Going on from 2.0 to further we are allowing developers to choose and use their own polyfills. If you want to use the same polyfill that we do:
and then before you import |
I recommend leaving an issue to include the polyfill on the PSK2 repo |
Ok, thanks for the quick reply 👍 . Maybe put it on the README of this repo? I suspect it will trip up a lot of people... I couldn't find any information on this... |
That is a really good point. We've been putting breaking changes on the PRs. I've updated the PR for now. |
Description
It looks like support for new URL() is gone from IE11
https://developer.mozilla.org/en/docs/Web/API/URL#Browser_compatibility
Expected outcome
Navigation from anchor tags to not reload the entire page.
Actual outcome
Navigation is causing the entire page to reload.
Live Demo
Steps to reproduce
polymer init a PSK 2.0 and run it in ie 11
click navigation links on the left
Dev Note :)
It's in the _getSameOriginLinkHref function.
Browsers Affected
The text was updated successfully, but these errors were encountered: