javascript - Blobs, ArrayBuffers and ArrayBufferViews in Internet Explorer 9? -


i'm developing little web application, fetches binary image data encapsulated in xml nodes xhr. current web application using arraybuffers, arraybufferviews , blobs generate blob urls show fetched images in html documents, works fine. need support internet explorer 9 (sigh), doesn't support arraybuffers, arraybufferviews, blobs or typedarrays.

i found answer regarding arraybuffers , typedarrays here: internet explorer error : script5009: arraybuffer undefined

but blobs? suggestions here? or maybe (a hint for) clever workaround?

thanks in advance!


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -