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
Post a Comment