2011-07-31 22:56:57 -04:00
2011-07-14 23:26:51 -04:00
2011-07-14 23:26:51 -04:00
2011-07-14 23:26:51 -04:00
2011-07-31 22:56:57 -04:00

BlobBuilder.js

BlobBuilder.js implements the W3C BlobBuilder 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.

Tracking image

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