Closed clarkbw closed 12 years ago
Everything has been switched over to async retrieval of the image data such that now the control flow looks like this:
fetch XML
parse XML
fetch IMAGE
emit(engine)
I continued to use the NetUtils package which I could stop using and move to an XHR call however I would still have to do all the same image data mechanics after the XHR returns. If using NetUtils seems like a bad choice then it's certainly an option; I should be able to get the ContentType from an XHR call so there isn't much difference there.