A type representing a Blob that works across both browser and Node.js environments.
In the browser, this refers to the global Blob type. In Node.js, this refers to the Blob type from the _buffer module.
Blob
_buffer
A type representing a Blob that works across both browser and Node.js environments.
In the browser, this refers to the global
Blobtype. In Node.js, this refers to theBlobtype from the_buffermodule.