Binary data representation in the browser — basis of every local image pipeline.
A `Blob` is an immutable byte stream with a MIME type. `File` is a `Blob` with a filename. `URL.createObjectURL(blob)` turns blobs into image sources.