eligrey / Blob.js

An HTML5 Blob implementation
Other
1.15k stars 605 forks source link

blob.js usage #38

Closed myGitHubForum closed 10 years ago

myGitHubForum commented 10 years ago

I am using FileSaver.js file to do export a grid and having issues with IE9 browser. I was asked to use blob.js and not sure how to use the API. Can someone help me?

Thanks.

eligrey commented 10 years ago

Unfortunately, this library cannot support IE < 10 due to lack of relevant HTML5 feature support. If you wish to support IE < 10, you could try Downloadify, which uses Flash instead of HTML5 features.