eligrey / Blob.js

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

Not working in Firefox 14.0.1 #12

Closed scirelli closed 11 years ago

scirelli commented 11 years ago

There seems to be something wrong with FF's Blob implementation it errors out with "...an attempt was made to use an object that is no longer usable...". To get around this I added a check for FF 14.0.1 and allowed your script to implement Blob.

eligrey commented 11 years ago

Yeah, you may need to let Blob.js override Firefox's implementation if you're using a Firefox release that old. I won't officially support a browser that is that old and has auto-update functionality, so people will just have to Google this fix.