Skip to content

ThanawatMas/BlobBuilder.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A BlobBuilder implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published