-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Polymer doesn't handle data uri import links properly. #5198
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The staleness comes from the developers, not the reporters. |
was this ever fixed ? or is there a temporary solution to this ? |
Thank you! I noticed the pull request after i made the comment earlier. It works now. I hope this gets into the release! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
Uncaught error when trying to create a link import element with a data uri as its href attribute.
Live Demo
https://jsbin.com/votetokeye/edit?html,output
Steps to Reproduce
<link>
element with a data uri as its href attribute.Expected Results
No error thrown.
Actual Results
Opening the javascript console will reveal the following:
Browsers Affected
All, this is a core issue.
Versions
The text was updated successfully, but these errors were encountered: