https://bugzilla.wikimedia.org/show_bug.cgi?id=61542
--- Comment #1 from Brion Vibber <[email protected]> --- There are a couple of distinct issues here: 1) the src isn't just the http(s) src as expected, and 2) the src is a data: URI, which is horribly inefficient One could fix 2) by loading a blob instead of an ArrayBuffer and using createObjectURI()... but it would still be a URL that can't be copy-pasted usefully. However I would probably recommend simply loading the image an an invisible <img> rather than an XHR; you won't get a chance at a full progress bar (just a delay then 'onload' or 'onerror') but the image will interact with things more or less as expected. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
