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

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -