- In JavaScript, an object that represents a blob, which is a file-like object of immutable, raw data. Blobs can be read as text or binary data, or converted into a
ReadableStream
so its methods can be used for processing the data. Blobs can represent data that is not necessarily in a JavaScript-native format. ← MDN Web Docs - → Binary large object