Why on Earth do we have to do `imageTag.src = window.URL.createObjectURL(binaryData)` instead of `Image.data = binaryData`
-
-
@sgrif Should really be image.src = Stream.for(binaryData) at minimum -
@wycats That would work as well -- The fact that it has to go through a second "load" is the main problem. https://gist.github.com/sgrif/c32a15b9be1da0c80a91 …
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.