536 Views
Blobs are a fundamental data type to understand. Blob means "Binary Large Object" and it's an opaque representation of a chunk of bytes. Web Browsers implement a Blob object, which is responsible for holding data. Blobs are used for many things. They can be created from content from the network.
0 comments