Initial commit

This commit is contained in:
Eli Grey
2011-07-14 23:26:51 -04:00
commit 5a68bbfae2
4 changed files with 210 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
BlobBuilder.js
==============
BlobBuilder.js implements the W3C [`BlobBuilder`][1] interface in browsers that do
not natively support it.
Limitations
-----------
You can not append native blobs to a BlobBuilder.js `BlobBuilder` unless the script is in
a web worker thread, as the necessary `FileReaderSync` interface for reading native blobs
is limited to web worker threads only.
[1]: http://www.w3.org/TR/file-writer-api/#the-blobbuilder-interface