Blob (Binary Large Object)
a file-like object of immutable, raw data; they 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 isn't necessarily in a JavaScript-native format.
File
interface is based on Blob
Transfering Into Node Buffer
Last updated