5e4b401778a11b50b79e39f2f37fab6b3b2d3c8a
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.
Description
Languages
JavaScript
100%
