Comment on Show HN: Load this image from a peer rather than from a web server (open source)Comments−wmf13yDoes this use data: URLs to get data from JS into the page?Red means bad but checkmark means good, so red checkmark means... what?−ericz13yCheck mark means image loaded. Color indicates source. Sorry for bad UX. I was lazy and didn't find a good UTF symbol for X.It's using the https://developer.mozilla.org/en-US/docs/DOM/window.URL.crea... API to get data on page, so not slow and inefficient like data urls
Comments
Does this use data: URLs to get data from JS into the page?
Red means bad but checkmark means good, so red checkmark means... what?
Check mark means image loaded. Color indicates source. Sorry for bad UX. I was lazy and didn't find a good UTF symbol for X.
It's using the https://developer.mozilla.org/en-US/docs/DOM/window.URL.crea... API to get data on page, so not slow and inefficient like data urls