You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
With src being null or undefined, <iron-image> behaves as though the src would be "null" or "undefined" respectively, thus causing a request to an URL that most likely doesn't return an image. This happens in all browsers.
Is there a workaround for this? I keep seeing references to '/undefined' in devtools network panel, and while it doesn't seem to cause any problems, it does ring alarm bells when I see it...and it makes it look like there's an error in my code, when it's actually iron-image. I tried setting src to '#', but then it simply references 'localhost' (since I'm running on localhost using polymer serve).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seems safari blows up when the src for the iron-image is null.
The text was updated successfully, but these errors were encountered: