Martin Raifer 34d22337b3 rewrite Blob when URL object is not present
Opera 12.10 supports Blob, but [doesn't support URL.createObjectURL](http://www.opera.com/docs/specs/presto2.12/apis/#file). As BlobBuilder.js has its own URL.createObjectURL, it cannot work properly when the blob is not a "FakeBlob" (and URL is undefined).

This fixes https://github.com/eligrey/FileSaver.js/issues/10 for example.
2013-04-29 18:17:06 +03:00
2013-01-10 21:58:18 -05:00
2011-07-14 23:26:51 -04:00

Blob.js

Blob.js implements the W3C Blob interface in browsers that do not natively support it.

Tracking image

S
Description
No description provided
Readme 96 KiB
Languages
JavaScript 100%